We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39b7e1 commit dbc4268Copy full SHA for dbc4268
4 files changed
package.json
@@ -76,7 +76,7 @@
76
},
77
"dependencies": {
78
"hoist-non-react-statics": "3.3.2",
79
- "lodash": "4.17.21",
+ "lodash": "4.17.23",
80
"prop-types": "15.x.x",
81
"react-lifecycles-compat": "^3.0.4",
82
"tslib": "1.9.3"
playground/ios/playground/AppDelegate.h
@@ -1,5 +1,6 @@
1
#import <UIKit/UIKit.h>
2
#import "RNNAppDelegate.h"
3
4
+
5
@interface AppDelegate : RNNAppDelegate
6
@end
playground/package.json
@@ -17,7 +17,7 @@
17
18
19
"hoist-non-react-statics": "^3.3.2",
20
21
22
23
"react-native-redash": "^12.6.1",
0 commit comments