/space-spelling

React Native application with for practicing spelling using the spaced repetition technique

Primary LanguageTypeScriptISC LicenseISC

Spaced Spelling

React Native + Firebase application for spelling practice

Setup instructions

Important - you need to setup a Firebase account with iOS and Android apps to run this project. Generate the projects from Firebase console and add them to the following directories.

  • ios/GoogleService-Info.plist
  • android/app/google-services.json

Once the files are setup run the following commands to start the project.

yarn

cd ios && pod install && cd ..

yarn ios or yarn android