How to use the react-native-version-check/builder function in react-native-version-check

To help you get started, we’ve selected a few react-native-version-check examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github kimxogus / react-native-version-check / packages / react-native-version-check-expo / index.js View on Github external
// @flow
import builder from 'react-native-version-check/builder';
import VersionInfo from './src/ExpoVersionInfo';

export default builder(VersionInfo);