forked from software-mansion/react-native-svg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add auto rnpm link in postinstall step
- Loading branch information
1 parent
2e9334f
commit bfcc39f
Showing
2 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"name": "ArtSvgExample", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
"start": "react-native start" | ||
}, | ||
"dependencies": { | ||
"react-native": "^0.24.0", | ||
"react-native-svg": "../", | ||
"react-native-root-modal": "^1.0.3" | ||
} | ||
"name": "ArtSvgExample", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
"start": "react-native start" | ||
}, | ||
"dependencies": { | ||
"react-native": "^0.24.0", | ||
"react-native-svg": "../", | ||
"react-native-root-modal": "^1.0.3", | ||
"react": "^0.14.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters