We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f0416 commit 80001e5Copy full SHA for 80001e5
3 files changed
packages/react-native/.yarn/releases/yarn-4.11.0.cjs
packages/react-native/.yarnrc.yml
packages/react-native/README.md
@@ -1,52 +1,3 @@
1
# @polycentric/react-native
2
3
Polycentric SDK for React Native applications.
4
-
5
-## Install and Build
6
7
-Install dependencies from the repo root:
8
9
-```
10
-yarn install
11
12
13
-Install Ruby gems for CocoaPods:
14
15
16
-cd example
17
-bundle install
18
19
20
-Install iOS pods:
21
22
23
-cd ios
24
-bundle exec pod install
25
-cd ../..
26
27
28
-Build the library:
29
30
31
-yarn prepare
32
33
34
-Typecheck:
35
36
37
-yarn typecheck
38
39
40
-## Run
41
42
-Run the example app in the iOS simulator:
43
44
45
-yarn example ios
46
47
48
-Run the example app on an Android emulator:
49
50
51
-yarn example android
52
0 commit comments