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 46f73cf commit 9a30018Copy full SHA for 9a30018
example/examples/README.md
@@ -0,0 +1,12 @@
1
+Components Examples
2
+
3
+```bash
4
+# Root Directory
5
+npm run build
6
7
+cd example/base/ios
8
9
+pod install && cd ..
10
11
+npm run ios
12
+```
example/examples/metro.config.js
@@ -10,7 +10,6 @@ module.exports = {
resolver: {
extraNodeModules: {
'@uiw/react-native': path.resolve(`${__dirname}/lib/`),
13
- 'react-native-svg': path.resolve(`${__dirname}/node_modules/react-native-svg/`),
14
// '@uiw/react-native': path.resolve(`${__dirname}/../../packages/core/`),
15
// 'react-native-svg': path.resolve(
16
// `${__dirname}/../../node_modules/react-native-svg/`,
0 commit comments