Skip to content

Commit

Permalink
feat: Update example document.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 6, 2021
1 parent 46f73cf commit 9a30018
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions example/examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Components Examples

```bash
# Root Directory
npm run build

cd example/base/ios

pod install && cd ..

npm run ios
```
1 change: 0 additions & 1 deletion example/examples/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
resolver: {
extraNodeModules: {
'@uiw/react-native': path.resolve(`${__dirname}/lib/`),
'react-native-svg': path.resolve(`${__dirname}/node_modules/react-native-svg/`),
// '@uiw/react-native': path.resolve(`${__dirname}/../../packages/core/`),
// 'react-native-svg': path.resolve(
// `${__dirname}/../../node_modules/react-native-svg/`,
Expand Down

0 comments on commit 9a30018

Please sign in to comment.