Skip to content

Commit

Permalink
updated for 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabehero committed Nov 4, 2015
1 parent 342e0c3 commit be8390f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion iOS/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
//
// To run on device, change `localhost` to the IP address of your computer, and make sure your computer and
// iOS device are on the same Wi-Fi network.
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios"];

// OPTION 2
// Load from pre-bundled file on disk. To re-generate the static bundle, run
Expand Down
3 changes: 2 additions & 1 deletion js/components/PromoImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ var styles = StyleSheet.create({
},
text: {
color: 'white',
textAlign: 'center',
textAlign: 'center'
},
promoHeader: {
fontSize: 42,
fontWeight: '700',
alignSelf: 'center'
},
promoDescription: {
fontSize: 22,
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "AitaBuyscreen",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"peerDependencies": {
"react-native": "^0.11.2"
},
"dependencies": {
"react-native-looped-carousel": "0.0.4"
"react-native": "^0.13.0",
"react-native-looped-carousel": "0.0.6"
}
}

0 comments on commit be8390f

Please sign in to comment.