File tree Expand file tree Collapse file tree 6 files changed +40
-41
lines changed
ios/CodePush/Images.xcassets Expand file tree Collapse file tree 6 files changed +40
-41
lines changed Original file line number Diff line number Diff line change 1- {}
1+ {}
Original file line number Diff line number Diff line change 1- import 'react-native' ;
2- import React from 'react' ;
31import App from '../src/App' ;
4-
2+ import React from 'react' ;
3+ import 'react-native' ;
54// Note: test renderer must be required after react-native.
65import renderer from 'react-test-renderer' ;
76
Original file line number Diff line number Diff line change 11{
22 "name" : " CodePush" ,
33 "displayName" : " Instabug - CodePush"
4- }
4+ }
Original file line number Diff line number Diff line change 1- import { AppRegistry } from 'react-native' ;
2- import App from './src/App' ;
31import { name as appName } from './app.json' ;
2+ import App from './src/App' ;
3+ import { AppRegistry } from 'react-native' ;
44
55AppRegistry . registerComponent ( appName , ( ) => App ) ;
Original file line number Diff line number Diff line change 11{
2- "images" : [
2+ "images" : [
33 {
4- "idiom" : " iphone" ,
5- "scale" : " 2x" ,
6- "size" : " 20x20"
4+ "idiom" : " iphone" ,
5+ "scale" : " 2x" ,
6+ "size" : " 20x20"
77 },
88 {
9- "idiom" : " iphone" ,
10- "scale" : " 3x" ,
11- "size" : " 20x20"
9+ "idiom" : " iphone" ,
10+ "scale" : " 3x" ,
11+ "size" : " 20x20"
1212 },
1313 {
14- "idiom" : " iphone" ,
15- "scale" : " 2x" ,
16- "size" : " 29x29"
14+ "idiom" : " iphone" ,
15+ "scale" : " 2x" ,
16+ "size" : " 29x29"
1717 },
1818 {
19- "idiom" : " iphone" ,
20- "scale" : " 3x" ,
21- "size" : " 29x29"
19+ "idiom" : " iphone" ,
20+ "scale" : " 3x" ,
21+ "size" : " 29x29"
2222 },
2323 {
24- "idiom" : " iphone" ,
25- "scale" : " 2x" ,
26- "size" : " 40x40"
24+ "idiom" : " iphone" ,
25+ "scale" : " 2x" ,
26+ "size" : " 40x40"
2727 },
2828 {
29- "idiom" : " iphone" ,
30- "scale" : " 3x" ,
31- "size" : " 40x40"
29+ "idiom" : " iphone" ,
30+ "scale" : " 3x" ,
31+ "size" : " 40x40"
3232 },
3333 {
34- "idiom" : " iphone" ,
35- "scale" : " 2x" ,
36- "size" : " 60x60"
34+ "idiom" : " iphone" ,
35+ "scale" : " 2x" ,
36+ "size" : " 60x60"
3737 },
3838 {
39- "idiom" : " iphone" ,
40- "scale" : " 3x" ,
41- "size" : " 60x60"
39+ "idiom" : " iphone" ,
40+ "scale" : " 3x" ,
41+ "size" : " 60x60"
4242 },
4343 {
44- "idiom" : " ios-marketing" ,
45- "scale" : " 1x" ,
46- "size" : " 1024x1024"
44+ "idiom" : " ios-marketing" ,
45+ "scale" : " 1x" ,
46+ "size" : " 1024x1024"
4747 }
4848 ],
49- "info" : {
50- "author" : " xcode" ,
51- "version" : 1
49+ "info" : {
50+ "author" : " xcode" ,
51+ "version" : 1
5252 }
5353}
Original file line number Diff line number Diff line change 11{
2- "info" : {
3- "version" : 1 ,
4- "author" : " xcode"
2+ "info" : {
3+ "version" : 1 ,
4+ "author" : " xcode"
55 }
66}
You can’t perform that action at this time.
0 commit comments