Skip to content

Instantly share code, notes, and snippets.

View AmeerHamzaRiaz's full-sized avatar
🎯
Focusing

Ameer Hamza Riaz AmeerHamzaRiaz

🎯
Focusing
View GitHub Profile
@AmeerHamzaRiaz
AmeerHamzaRiaz / App.js
Created September 3, 2019 06:34
React Native Animated API Example
import React, { Component } from 'react';
import {
StyleSheet,
Text,
View,
Easing,
Animated,
Button,
ScrollView,
} from 'react-native';
@AmeerHamzaRiaz
AmeerHamzaRiaz / SimplifiedCode
Created July 31, 2018 17:48
React Native app on IOS crashes because of nativebase picker
//This page has three pickers. Second Picker is dependent on the choice of first picker
import React, { Component } from 'react';
import {
Picker,
Container,
Content,
Form,
Item,
Input,