Skip to content

Instantly share code, notes, and snippets.

@dexiouz
Created May 18, 2020 13:31
Show Gist options
  • Save dexiouz/8ed2bfe7d85dc8a82033ca07194d2781 to your computer and use it in GitHub Desktop.
Save dexiouz/8ed2bfe7d85dc8a82033ca07194d2781 to your computer and use it in GitHub Desktop.
import React from 'react';
import {StyleSheet} from 'react-native';
import DateTimePicker from './src/components/DateTimePicker';
const App = () => {
return <DateTimePicker />;
};
export default App;
const styles = StyleSheet.create({});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment