/SentenceBaseApp

The mobile application for the Sentence Base project.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

SentenceBaseApp

An app that is designed to streamline the sentence mining process for Japanese learners.

screenshot 1

screenshot 1

screenshot 1

screenshot 1

Running locally

  1. Follow the steps outlined in the official React Native environment setup guide.
  2. Clone the repository: git clone git@github.com:InfiniteRain/SentenceBaseApp.git
  3. Install NPM packages: yarn
  4. Install pods: npx pod-install
  5. Run in a simulator:
    • For iOS (requires MacOS): yarn ios
    • For Android: yarn android

Building for a device

  • For iOS (requires MacOS): npx react-native run-ios --device "DeviceName" --configuration Release
  • For Android: npx react-native run-android --variant release