Skip to content

Commit 14c7c3f

Browse files
committed
Merge branch 'tlg/remove-yarn' into 'develop'
Remove Yarn See merge request polycentric/polycentric!509
2 parents 6917d6a + 80001e5 commit 14c7c3f

3 files changed

Lines changed: 0 additions & 995 deletions

File tree

packages/react-native/.yarn/releases/yarn-4.11.0.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

packages/react-native/.yarnrc.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/react-native/README.md

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,3 @@
11
# @polycentric/react-native
22

33
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

Comments
 (0)