An open API service indexing awesome lists of open source software.

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

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
```