Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelmarina/contact-list
https://github.com/samuelmarina/contact-list
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelmarina/contact-list
- Owner: samuelmarina
- Created: 2021-11-01T05:29:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T03:18:45.000Z (about 3 years ago)
- Last Synced: 2023-03-05T16:03:05.923Z (almost 2 years ago)
- Language: JavaScript
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Up in local
- Install package manager yarn
- `yarn`
- `cd ios && pod install --repo-update && cd ..`
- `yarn start`
- `yarn ios` running on iOS simulator
- `yarn android` running on Android emulator### iOS
- For Apple Silicon, might be necessary to use `arch -x86_64` before `pod install` and `yarn ios`### Android
* `cd android && touch local.properties`Inside the `local.properties` file add:
- #### Windows
`sdk.dir=C:\\Users\\USERNAME\\AppData\\Local\\Android\\sdk`_Where USERNAME is your pc user name. Also make sure the folder is sdk or Sdk_
- #### Mac
`sdk.dir=C:\\Users\\UserName\\AppData\\Local\\Android\\sdk`_Where USERNAME is your OSX username._
- #### Windows
`sdk.dir=C:\\Users\\UserName\\AppData\\Local\\Android\\sdk`_Where USERNAME is your linux username (Linux paths are case-sensitive: make sure the case of S in Sdk matches)_