Skip to content

Commit 63dff75

Browse files
committed
released v1.7.6
1 parent 16c64b5 commit 63dff75

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package/react-native-uiw/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ UIW Design for React Native
3333
## Install
3434

3535
```bash
36-
npm i @uiw/react-native
36+
yarn add @uiw/react-native react-native-svg
3737
```
3838

3939
## Basic Usage
@@ -118,12 +118,21 @@ Run instructions for Android:
118118
cd react-native-uiw && react-native run-android
119119
```
120120

121+
⚠️ MacBook Pro with a M1
122+
123+
```bash
124+
# Install ffi
125+
sudo arch -x86_64 gem install ffi
126+
# Re-install dependency
127+
arch -x86_64 pod install
128+
```
121129

122130
```bash
123131
rm -rf ios/build
124132
# https://github.com/react-navigation/react-navigation/issues/6071
125133
cd ios/
126134
pod install
135+
127136
# Clear pods.
128137
pod deintegrate
129138
# pod rm Podfile.lock

0 commit comments

Comments
 (0)