No Description

index.windows.js 138B

12345
  1. //@flow
  2. import { AppRegistry } from "react-native";
  3. import App from "./App";
  4. AppRegistry.registerComponent("ViewShotExample", () => App);