Skip to content

kirahsapong/web5-wallet

 
 

Repository files navigation

Web5 Wallet

Built with React Native and Expo

Application Setup

Note that most things are not installed using Homewbrew. Homebrew is nice for personal projects but doesn't scale well for teams.

  • nvm (installed without brew)
  • rvm (installed without brew)
  • ruby-2.7.4 installed inside of rvm and selected
  • node v18.16.0 installed inside of nvm and selected
  • npm v9.4.2 installed inside of node v18.16.0 and selected
  • yarn v1.22.19 (installed without brew)
  • watchman (via homebrew)

Troubleshooting Setup

  • which yarn should be /Users/{USER}/.yarn/bin/yarn

  • which rvm should be /Users/{USER}/.rvm/bin/rvm

  • which node should be /Users/{USER}/.nvm/versions/node/v18.16.0/bin/node

  • which npm should be /Users/{USER}/.nvm/versions/node/v18.16.0/bin/npm

  • nvm list should include -> v18.16.0

  • rvm list should include =* ruby-2.7.4 [ arm64 ]

Further troubleshooting

  • Run npx expo-env-info@latest

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 82.7%
  • Java 6.6%
  • JavaScript 5.6%
  • Ruby 2.9%
  • Objective-C++ 2.0%
  • Objective-C 0.2%