Skip to content

Instantly share code, notes, and snippets.

View abdurrahmanekr's full-sized avatar
🇹🇷
The mind is superior to the mind.

Avare Kodcu abdurrahmanekr

🇹🇷
The mind is superior to the mind.
View GitHub Profile
@abdurrahmanekr
abdurrahmanekr / react-native-animasyonlar-7.js
Last active June 11, 2017 13:42 — forked from dabit3/Animated.stagger()
javascript,react-native,animation,animated
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View,
Animated
} from 'react-native'
const dizi = []
@abdurrahmanekr
abdurrahmanekr / react-native-animasyonlar-6.js
Last active June 11, 2017 12:35 — forked from dabit3/Animated.sequence()
javascript,react-native,animation,animated
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View,
Animated
} from 'react-native'
const dizi = []
@abdurrahmanekr
abdurrahmanekr / react-native-animasyonlar-2.js
Last active June 11, 2017 07:39 — forked from dabit3/React Native Easings
javascript,react-native,animation,animated
'use strict';
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View,
Easing,
Animated,