Skip to content

Instantly share code, notes, and snippets.

View gHashTag's full-sized avatar
:electron:
NeuroCoder

Vasilev Dmitrii gHashTag

:electron:
NeuroCoder
View GitHub Profile
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 {
import React, { Component } from 'react';
import {
StyleSheet,
PanResponder,
Dimensions,
ScrollView,
Text,
Image,
View
} from 'react-native';
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'
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'
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 {
import React, { Component } from 'react'
import {
Text,
View,
Dimensions,
ListView,
ScrollView,
TouchableHighlight
} from 'react-native'
import React, { Component } from 'react'
import {
StyleSheet,
Text,
View,
FlatList,
Platform,
Image,
TouchableOpacity
} from 'react-native'
import React, { Component } from 'react'
import {
StyleSheet,
Text,
View,
Image
} from 'react-native'
import React, { Component } from 'react'
import {
StyleSheet,
TouchableOpacity,
Dimensions,
FlatList,
Text,
View,
Image
} from 'react-native'
import React from 'react'
import {
WebView,
} from 'react-native'
const Ticket = () => {
return (
<TimePad />
)
}