NTP-43371 | rn_fix (#15224)
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
import { AppRegistry } from "react-native";
|
||||
import codePush from "react-native-code-push";
|
||||
import App from "./App";
|
||||
|
||||
let codePushOptions = {
|
||||
installMode: codePush.InstallMode.IMMEDIATE,
|
||||
};
|
||||
|
||||
AppRegistry.registerComponent("NaviApp", () => codePush(codePushOptions)(App));
|
||||
AppRegistry.registerComponent("NaviApp", () => App);
|
||||
|
||||
Reference in New Issue
Block a user