RPRitik Prasadinritik5devs.hashnode.dev·Dec 20, 2022 · 3 min readPAN 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...00
RPRitik Prasadinritik5devs.hashnode.dev·Aug 31, 2022 · 2 min readReact Native With Augmented RealitySummary Augment Reality is an enhanced version of reality where a direct or indirect live views of a physical, real-world environments are augmented with superimposed computer-generated images over a user’s view of the real-world and thus enhancing o...01R
RPRitik Prasadinritik5devs.hashnode.dev·Jun 30, 2022 · 1 min readReact Native FilterStep-1:- Install Required library npm i react-native-searchable-dropdown Step-2 Create MockDB export const Data=[ { id:1, name:'Milk' }, { id:2, name:'Coffee' }, { id:3, name:'Tea' ...00
RPRitik Prasadinritik5devs.hashnode.dev·Jun 30, 2022 · 1 min readReact Native ListReact native flatlist is like a listview which is used to hold items in a list and provide important features like scrolling horizontally and vertically. It comes with the default react native library, so we won’t need to install anything, but import...00
RPRitik Prasadinritik5devs.hashnode.dev·Jun 27, 2022 · 2 min readReact Native Integration with FirebaseFirebase is an app development platform that helps you build and grow apps and games users love. Backed by Google and trusted by millions of businesses around the world. As being a React Native Developer you should know how to integrate with firebase...02CJ