This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { StyleSheet, Text,View ,TouchableOpacity} from 'react-native'; | |
import {FontAwesome} from '@expo/vector-icons'; | |
const Drawer = (props) => ( | |
<View style={styles.container}> | |
<View> | |
<Text style={[styles.text,{fontSize:30,textDecorationLine:'underline'}]}> | |
MENU</Text> | |
<Text onPress={()=>{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { StyleSheet, Text, View } from 'react-native'; | |
export default class App extends React.Component { | |
render() { | |
return ( | |
<View style={styles.container}> | |
<Text>Open up App.js to start working on your app!</Text> | |
</View> | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var arr = [{"_id":"ADANA","plaka":1}, | |
{"_id":"ADIYAMAN","plaka":2}, | |
{"_id":"ÇANAKKALE","plaka":17}, | |
{"_id":"ÇANKIRI","plaka":18}, | |
{"_id":"ÇORUM","plaka":19}, | |
{"_id":"İSTANBUL","plaka":34}, | |
{"_id":"İZMİR","plaka":35}, | |
{"_id":"ŞANLIURFA","plaka":63} | |
]; |