Module '"react-native"' has no exported member 'CheckBox' – React native
CheckBox is working perfect but it shown Module '"react-native"' has no exported member 'CheckBox'. Here is my code import React, { useState } from 'react'; import { CheckBox, StyleProp, StyleSheet, View, ViewStyle } from 'react-native'; import { Colors } from…