Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import React, {Component} from 'react';
  2. import {Platform, StyleSheet, Text, View} from 'react-native';
  3. import Menu from './src/SIAK/Siak';
  4.  
  5.  
  6. export default class App extends Component {
  7. render() {
  8. return (
  9. <Siak />
  10. );
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement