https://github.com/timoglastra/shared-components-react-native-example
Example React Native Project leveraging Aries Framework JavaScript with the new shared components
https://github.com/timoglastra/shared-components-react-native-example
Last synced: 7 months ago
JSON representation
Example React Native Project leveraging Aries Framework JavaScript with the new shared components
- Host: GitHub
- URL: https://github.com/timoglastra/shared-components-react-native-example
- Owner: TimoGlastra
- Created: 2023-02-23T16:09:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T14:01:50.000Z (over 2 years ago)
- Last Synced: 2025-01-11T22:13:43.713Z (9 months ago)
- Language: TypeScript
- Size: 992 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shared Component Example Project
Use with local versions of the shared components libraires
1. run `./setup-libraries`
- will run yarn install for all wrappers
2. run `./build-libraries`
- will run yarn build for all wrappers## Update submodule
```
git submodule update --remote
```### Quick run ios:
```
make all ios
```### Quick run android:
```
make all android
```