Skip to content

Instantly share code, notes, and snippets.

View monmanuela's full-sized avatar
🙌
Hurrah!

Monika Manuela Hengki monmanuela

🙌
Hurrah!
  • Singapore
View GitHub Profile
@monmanuela
monmanuela / ExploreScreen.js
Last active December 9, 2018 20:28
Code snippets from my Orbital project, "Lapar"
import React from 'react';
import { Text, View, ScrollView, TouchableHighlight } from 'react-native';
import { SearchBar, CheckBox } from 'react-native-elements';
import Icon from 'react-native-vector-icons/Ionicons';
import VerticalStallsList from '../components/VerticalStallsList';
import { stalls } from '../constants/Test';
import ExploreModal from '../components/ExploreModal'
import { Dimensions } from 'react-native';