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, { Component } from 'react' | |
| import { | |
| AppRegistry, | |
| StyleSheet, | |
| Text, | |
| View | |
| } from 'react-native' | |
| import Video from 'react-native-video' | |
| export default class ShaktiMums extends Component { |
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, { Component } from 'react'; | |
| import { | |
| StyleSheet, | |
| PanResponder, | |
| Dimensions, | |
| ScrollView, | |
| Text, | |
| Image, | |
| View | |
| } from 'react-native'; |
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, { Component } from 'react'; | |
| import BurgerMenu from 'react-burger-menu'; | |
| import './App.css'; | |
| import Home from './components/home.js' | |
| import We from './components/we.js' | |
| import ForYour from './components/foryour.js' | |
| import TimeTable from './components/timetable.js' | |
| import TV from './components/tv.js' | |
| import Restaurant from './components/restaurant.js' | |
| import Shop from './components/shop.js' |
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
| call plug#begin('~/.vim/plugged') | |
| " On-demand loading | |
| Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } | |
| Plug 'Valloric/YouCompleteMe' | |
| Plug 'jiangmiao/auto-pairs' | |
| Plug 'easymotion/vim-easymotion' | |
| Plug 'altercation/vim-colors-solarized' | |
| Plug 'mxw/vim-jsx' | |
| Plug 'kern/vim-es7' |
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 axios from 'axios' | |
| import { StackNavigator } from 'react-navigation' | |
| import { StyleSheet, Text, View, FlatList, Image, Alert, ActivityIndicator } from 'react-native' | |
| import Book from './Book' | |
| import Separator from './Separator' | |
| import { GITBOOK_HOST, URL_BOOK_ALL } from '../constants' | |
| class Books extends React.Component { |
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, { Component } from 'react' | |
| import { | |
| Text, | |
| View, | |
| Dimensions, | |
| ListView, | |
| ScrollView, | |
| TouchableHighlight | |
| } from 'react-native' |
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, { Component } from 'react' | |
| import { | |
| StyleSheet, | |
| Text, | |
| View, | |
| FlatList, | |
| Platform, | |
| Image, | |
| TouchableOpacity | |
| } from 'react-native' |
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, { Component } from 'react' | |
| import { | |
| StyleSheet, | |
| Text, | |
| View, | |
| Image | |
| } from 'react-native' | |
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, { Component } from 'react' | |
| import { | |
| StyleSheet, | |
| TouchableOpacity, | |
| Dimensions, | |
| FlatList, | |
| Text, | |
| View, | |
| Image | |
| } from 'react-native' |
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 { | |
| WebView, | |
| } from 'react-native' | |
| const Ticket = () => { | |
| return ( | |
| <TimePad /> | |
| ) | |
| } |