Skip to content

Commit 9a30018

Browse files
committed
feat: Update example document.
1 parent 46f73cf commit 9a30018

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

example/examples/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = {
1010
resolver: {
1111
extraNodeModules: {
1212
'@uiw/react-native': path.resolve(`${__dirname}/lib/`),
13-
'react-native-svg': path.resolve(`${__dirname}/node_modules/react-native-svg/`),
1413
// '@uiw/react-native': path.resolve(`${__dirname}/../../packages/core/`),
1514
// 'react-native-svg': path.resolve(
1615
// `${__dirname}/../../node_modules/react-native-svg/`,

0 commit comments

Comments
 (0)