index.android.js 134 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2 3
const { AppRegistry } = require("react-native");
const Tests = require("./src");
AppRegistry.registerComponent("Tests", () => Tests);