You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2022. It is now read-only.
-[React Native Development Environment](https://reactnative.dev/docs/environment-setup)
16
16
17
+
> For iOS you will also need to install [CocoaPods](https://cocoapods.org/)
18
+
17
19
Besides the prerequisites listed above, the mobile agent relies on an external mediator to receive messages. You can start a sample mediator from the Aries Framework JavaScript repo. Run the following to start two sample mediators:
pod install --project-directory=ios/ # needed for iOS
64
+
60
65
```
61
66
62
67
### Running
63
-
64
-
Only Android is supported at the moment. iOS support will be added soon.
68
+
To start the agent, you may run the following commands:
65
69
66
70
```sh
67
-
# Android
68
71
yarn android
72
+
73
+
# or for iOS
74
+
# yarn ios --device
75
+
69
76
```
70
77
78
+
> Note: the current Indy iOS build included in this repo is not compiled for the architectures required by the iOS simulator.
79
+
> Therefore running this project in iOS will **only work on a physical device**
80
+
71
81
## Contributing
72
82
73
83
Found a bug? Ready to submit a PR? Want to submit a proposal for your grand idea? See our [CONTRIBUTING](CONTRIBUTING.md) file for more information to get you started!
0 commit comments