Skip to content

Commit 2f640ac

Browse files
committed
Update package.json.
1 parent 1db80fc commit 2f640ac

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

ios/RNDynamicBundle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
@interface RNDynamicBundle : NSObject <RCTBridgeModule>
99

1010
@end
11-
11+

ios/RNDynamicBundle.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ - (dispatch_queue_t)methodQueue
1010
RCT_EXPORT_MODULE()
1111

1212
@end
13-
13+

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"author": "",
1414
"license": "",
1515
"peerDependencies": {
16-
"react-native": "^0.41.2"
17-
}
16+
"react-native": "*",
17+
"react": "*"
18+
},
19+
"nativePackage": true
1820
}

0 commit comments

Comments
 (0)