Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 800 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 800 Bytes

CommonCircle Assist

To run code:

Run pod install under the ios directory

Open the .xcworkspace project file.

A few things that may be needed to set up React Native:

https://reactnative.dev/docs/environment-setup

brew install node

brew install watchman

Install the Pod package manager with

sudo gem install cocoapods

May need to run certain commands to get unstuck

npm install

Demo

I18n

All strings are under locales/*.json and should be edited there. There's a i18n.py script to help with translation maintenance by detecting missing and unused strings. Use it before a release. The script doesn't try to detect direct strings in the app that haven't being translated.