Open-source Amazon Mechanical Turk scraper for mobile.
This template follows a very simple project structure:
src
: This folder is the main container of all the code inside your application.styles
: This folder contains all seperated styles.styles.js
: The styles export file.utils
: This folder contains functional code seperated.utils.js
: The utils export file.components
: This folder contains all the components.Context.js
: Shared component context.Component
: Each component is stored in its own folder with seperate code.
App.js
: Main component.
index.js
: Main entry point to application.misc
: Extra independent files, such as privacy policy, etc.screenshots
: App screenshots. These should comply with Play Store guidelines.- And all the other root react-native folders.
- To build for the Play Store, follow this guide.
As soon as I get a Mac.