Skip to content

Instantly share code, notes, and snippets.

View mariodev12's full-sized avatar

Mario mariodev12

View GitHub Profile
[
{
"superhero":"Batman",
"publisher":"DC Comics",
"alter_ego":"Bruce Wayne",
"first_appearance":"Detective Comics #27",
"characters":"Bruce Wayne"
},
{
"superhero":"Superman",
import React, { Component } from 'react';
import Video from 'react-native-video';
import {
TouchableWithoutFeedback,
TouchableHighlight,
PanResponder,
StyleSheet,
Touchable,
Animated,
Easing,
[
{
"key":1,
"name":"Suits",
"image":"https://static.tvmaze.com/uploads/images/medium_portrait/0/2432.jpg"
},
{
"key":2,
"name":"Modern Family",
"image":"https://static.tvmaze.com/uploads/images/medium_portrait/0/628.jpg"
/**
* Sample React Native App
* https://github.com/facebook/react-native
* @flow
*/
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
react-native init googleMapsAirbnb
cd googleMapsAirbnb
npm install --save react-native-maps
react-native link react-native-maps