Skip to content

Gilder-Labs/gilder-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

717 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gilder App

Installation and start

yarn install
yarn start

Download expo go app from apple store
Scan QR code with iphone camera and open in expo
*Should* work

Reset Cache expo r -c

Debugging

open "rndebugger://set-debugger-loc?host=localhost&port=19000"

Things to try if all else fails

rd %localappdata%\Temp\metro-cache /s /q
del %localappdata%\Temp\haste-map*
gradlew clean
rd node_modules /q /s
npm cache clean --force
npm start -- --reset-cache

Font awesome

  • We use pro version of font awesome.
  • To get install to work you need to set npm config
npm config set "@fortawesome:registry" https://npm.fontawesome.com/
npm config set "//npm.fontawesome.com/:_authToken" "YOUR_FONT_AWESOME_AUTH_TOKEN"

Android specific

  • get google-services.json to get FCM config before building/deploying

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors