Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. import React from 'react';
  2. import { StyleSheet, Text, View } from 'react-native';
  3. import Navigation from './src/kasir/Navigation';
  4. export default class App extends React.Component {
  5. render() {
  6. return (
  7. <Navigation />
  8. );
  9. }
  10. }
  11. const styles = StyleSheet.create({
  12. container: {
  13. flex: 1,
  14. backgroundColor: '#fff',
  15. alignItems: 'center',
  16. justifyContent: 'center',
  17. },
  18. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement