Skip to content

Commit

Permalink
Fix registration on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
M-i-k-e-l committed May 4, 2020
1 parent 750b7a9 commit d11c81d
Showing 1 changed file with 1 addition and 1 deletion.
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);

0 comments on commit d11c81d

Please sign in to comment.