Create a React Native project
You have 2 options to initialize this tutorial :
1.1 Existing project (or git clone)
You can simply git clone this repository or use your own project.
You can skip 1.2 if you choose this option.
1.2 Create a new project
You can create a new project :
npx react-native init smartidscan_reactnative_demo
We don't cover the installation of tools for react-native in this tutorial.
Please refer to the official documentation :
https://facebook.github.io/react-native/docs/getting-started
1.3 Check app running
Check if the app is running
npx react-native run-android
npm start