Skip to content

nessamilan/App-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.1%
  • Swift 8.0%
  • Objective-C 3.6%
  • Java 2.7%
  • Python 1.8%
  • Ruby 1.4%
  • Other 0.4%