This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
import { | |
StyleSheet, | |
Text, | |
View, | |
Easing, | |
Animated, | |
Button, | |
ScrollView, | |
} from 'react-native'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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, |