Skip to content

Instantly share code, notes, and snippets.

@pytqqq
Created January 20, 2023 09:12
Show Gist options
  • Save pytqqq/61d4b314b947dd910370ae33e1cbffaf to your computer and use it in GitHub Desktop.
Save pytqqq/61d4b314b947dd910370ae33e1cbffaf to your computer and use it in GitHub Desktop.
import React from 'react';
import { View } from 'react-native';
import codePush from 'react-native-code-push';
const MyApp = () => <View />;
export default codePush(MyApp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment