Skip to content

Commit 28e0c56

Browse files
authored
fix: fixes Invariant Violation KeyboardTrackingViewTemp issue #2204 (#2264)
1 parent 54f13dc commit 28e0c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
dependency: {
33
platforms: {
44
ios: {
5-
project: './lib/ios/'
5+
podspecPath: './lib/ReactNativeUiLib.podspec'
66
},
77
android: {
88
sourceDir: './lib/android/',

0 commit comments

Comments
 (0)