Skip to content

Commit d11c81d

Browse files
committed
Fix registration on Android
1 parent 750b7a9 commit d11c81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/app.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ const styles = StyleSheet.create({
3434
},
3535
});
3636

37-
AppRegistry.registerComponent('example', () => example);
37+
AppRegistry.registerComponent('ReactNativeKeyboardTrackingView', () => example);

0 commit comments

Comments
 (0)