PAN Card Scanner React NativeObjective Scan Image Extract Text Setup ML Google Cloud Vision Find Pan Number Create React Native Project and install these dependencies npm i react-native-document-scanner-plugin react-native-text-recognition --force Here you can use any cam...Dec 20, 2022·3 min read
React Native custom TableReact Native custom Table We will create a responsive table in React Native application, this table will be horizontally and vertically scrollable. STEP-1:- Create React Native Project by following command react-native init YourProjectName STEP-...Jun 27, 2022·2 min read