Guest User

Untitled

a guest
Jul 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. import React, {Component} from 'react';
  2. import {Platform, StyleSheet, Text, View} from 'react-native';
  3.  
  4. type Props = {};
  5. export default class App extends Component<Props> {
  6. render() {
  7. return (
  8. );
  9. }
  10. }
  11.  
  12. const styles = StyleSheet.create({
  13. });
Add Comment
Please, Sign In to add comment