Code examples for React-Native
Yoki is a Yuka like react-native app
For more information : yoki-readme.md
These apps are built with create-react-native-app
Install expo-cli with the following command:
$ npm install -g expo-cli
Download project and start expo
$ cd educational-react-native-examples/Yoki-BarCodeScanner
$ npm install
$ npm start
The npm start command starts the Expo CLI server. You can now run the project on your phone by using the Expo app.
- Install the Expo app on your Android device.
- Scan the QR code in your terminal from the Expo app to run the project on your phone.
- Alternatively you can press 's' in the terminal and sign in with an Expo account, and sign in with the same account in the Expo app: your projects will automatically appear in the "Projects" tab.
- Install the Expo app on your iOS device.
- Press 'e' in the terminal to send the app link to your email address or phone number. This link can be used to run your project from the Expo app.
- Alternatively you can press 's' in the terminal and sign in with an Expo account, and sign in with the same account in the Expo app: your projects will automatically appear in the "Projects" tab.
For more information about Expo visit Expo Documentation
Student / developers, feel free to contribute to this project.
- Maxence Machu - Initial work - MaxenceMachu