Skip to content

Instantly share code, notes, and snippets.

@xmanemran
xmanemran / .block
Last active August 31, 2018 19:20
bar 1st
license: mit
import url from './url';
import store from '../store';
import {AsyncStorage, Alert} from 'react-native';
import {client_id, client_secret} from "../settings/constent";
import {credential, loadingStart, loadingEnd} from '../actions/io'
import {userData} from "../actions/app";
export default {
post,
login,
@xmanemran
xmanemran / react-native-maps-enable-google-maps-instructions.md
Created August 29, 2017 12:46 — forked from heron2014/react-native-maps-enable-google-maps-instructions.md
Visual instructions how to enable Google Maps on IOS using react-native-maps

Visual instructions how to enable Google Maps on IOS using react-native-maps

This is for my personal use, things might not be correctly explained here. For the official docs please check https://github.com/airbnb/react-native-maps

Steps from scratch:

1.react-native init GoogleMapPlayground

2. cd GoogleMapPlayground

var appendAnimation = {
appendChar: '_',
timer: 100,
text: "",
initialValue: 0,
data: '',
state: true,
init: function (elementId) {
this.dom = document.getElementById(elementId);
this.text = this.dom.innerText;