fix example

This commit is contained in:
Yonah Forst 2016-08-17 10:57:13 +02:00
parent d4e5787b30
commit 288b2c00bf
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "../node_modules/react-native/packager/packager.sh start --root ../Example"
"start": "../node_modules/react-native/packager/packager.sh start --root ./"
}
}