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 16c64b5 commit 63dff75Copy full SHA for 63dff75
package/react-native-uiw/README.md
@@ -33,7 +33,7 @@ UIW Design for React Native
33
## Install
34
35
```bash
36
-npm i @uiw/react-native
+yarn add @uiw/react-native react-native-svg
37
```
38
39
## Basic Usage
@@ -118,12 +118,21 @@ Run instructions for Android:
118
• cd react-native-uiw && react-native run-android
119
120
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
+```
129
130
131
rm -rf ios/build
132
# https://github.com/react-navigation/react-navigation/issues/6071
133
cd ios/
134
pod install
135
136
# Clear pods.
137
pod deintegrate
138
# pod rm Podfile.lock
0 commit comments