This is the native app for the Skole.
Also check out the README from skole repo.
See detailed description for all top-level dependencies in dependencies.md file.
Other useful documentation:
A quick look at the top-level files and directories excluding Git ignored locations.
__test__: Tests..github/: Configuration for Github Actions..gradle/: Gradle configuration..vscode/: VSCode configuration.android/: Android Studio project.ios/: XCode project..buckconfig: Buck..eslintrc.json: ESLint configuration..gitattributes: Additional Git repo metadata..gitignore: List of files ignored by Git..prettierrc.json: Prettier configuration..watchmanconfig: Watchman configuration.app.json: Configuration for the native app.App.tsx: Top-level component for the RN app.babel.config.js: Babel configuration.dependencies.md: Documentation for top-level dependencies.index.js: Entry point/root for the RN app.metro.config.js: Metro configuration.package.json: Manifest file for Node.js.README.md: The file you're reading.tsconfig.json: TypeScript configuration.yarn.lock: Auto-generated file for locking version numbers of all dependencies listed inpackage.json.
- When developing with Android emulator locally, use
10.0.2.2instead oflocalhostin the webview source URL. Do the same also for theAPI_URLenvironment variable in theskolerepo