Logo Lanfrica

mukama/luganda-time

Domain:

natural language processing

Record type:

software
Creator:
muk
Host:
A react native app that converts normal time to time in Luganda which is a native Ugandan language. ## Table of Contents * Background * Available Scripts * npm start * npm test * npm run ios * npm run android * npm run eject * Writing and Running Tests * Environment Variables * Configuring Packager IP Address * Adding Flow * Customizing App Display Name and Icon * Sharing and Deployment * Publishing to Expo's React Native Community * Building an Expo "standalone" app * Ejecting from Create React Native App * Build Dependencies (Xcode & Android Studio) * Should I Use ExpoKit? * Troubleshooting * Networking * iOS Simulator won't open * QR Code does not scan ## Background In the tropics we do not have seasons! It's almost alway 12 hours of day light and 12 hours of night. Because of that, our ancestors used to calculate time by hours after sunrise and hours after sunset. For example, 8AM in the morning becomes "Hour 2 in the morning" and 3 AM, "Hour 9 in the night". Below you'll find information about performing common tasks. ## Available Scripts If Yarn was installed when the project was initialized, then dependencies will have been installed via Yarn, and you should probably use it to run these commands as well. Unlike dependency installation, command running syntax is identical for Yarn and NPM at the time of this writing. ### `npm start` Runs your app in development mode. Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal. Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the `--reset-cache` flag to the start script: ``` npm start -- --reset-cache # or yarn start -- --reset-cache ``` #### `npm test` Runs the jest test runner on your tests. #### `npm run ios` Like `npm start`, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed. #### `npm run android` Like `npm start`, but also attempts to open your app on a connected Android device or emulator. Requir …

Languages