Skip to content

Commit

Permalink
Merge pull request #33 from wix/fix/move-from-ui-web-view-to-wk-web-view
Browse files Browse the repository at this point in the history
Fix/move from ui web view to wk web view
  • Loading branch information
ethanshar authored May 4, 2020
2 parents 0aff779 + d11c81d commit fe3f48a
Show file tree
Hide file tree
Showing 6 changed files with 1,488 additions and 1,405 deletions.
2 changes: 1 addition & 1 deletion example/app.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ const styles = StyleSheet.create({
},
});

AppRegistry.registerComponent('example', () => example);
AppRegistry.registerComponent('ReactNativeKeyboardTrackingView', () => example);
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ PODS:
- React-cxxreact (= 0.61.4)
- React-jsi (= 0.61.4)
- ReactCommon/jscallinvoker (= 0.61.4)
- ReactNativeKeyboardTrackingView (5.6.0):
- ReactNativeKeyboardTrackingView (5.7.0):
- React
- Yoga (1.14.0)

Expand Down Expand Up @@ -336,7 +336,7 @@ SPEC CHECKSUMS:
React-RCTText: 21934e0a51d522abcd0a275407e80af45d6fd9ec
React-RCTVibration: 0f76400ee3cec6edb9c125da49fed279340d145a
ReactCommon: a6a294e7028ed67b926d29551aa9394fd989c24c
ReactNativeKeyboardTrackingView: d4865befae9e08ef0cf6353295e0c98b3bd9e793
ReactNativeKeyboardTrackingView: 02137fac3b2ebd330d74fa54ead48b14750a2306
Yoga: ba3d99dbee6c15ea6bbe3783d1f0cb1ffb79af0f

PODFILE CHECKSUM: 7cbe8eef47c948ce74f562575528b4eed66b9c4d
Expand Down
Loading

1 comment on commit fe3f48a

@foufrix
Copy link

@foufrix foufrix commented on fe3f48a May 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks !!!!!!
i asked for a bump version on the repo react-native-keyboard-input which use this one 🙏

wix-incubator/react-native-keyboard-input#107

Please sign in to comment.