This file contains hidden or 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 { | |
ActivityIndicator, | |
Platform, | |
StyleSheet, | |
Text, | |
TouchableHighlight, | |
TouchableNativeFeedback, | |
View | |
} from 'react-native'; |
This file contains hidden or 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 { | |
ActivityIndicator, | |
Platform, | |
StyleSheet, | |
Text, | |
TouchableHighlight, | |
TouchableNativeFeedback, | |
View | |
} from 'react-native'; |
This file contains hidden or 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 } from 'react-native'; | |
import Animated, { Easing } from 'react-native-reanimated'; | |
const { | |
set, | |
cond, | |
eq, | |
add, |
This file contains hidden or 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, Button } from 'react-native'; | |
import Animated from 'react-native-reanimated'; | |
export default class Example extends Component { | |
state = { | |
co: 1 | |
}; |
This file contains hidden or 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, View } from 'react-native'; | |
import Animated, { Easing } from 'react-native-reanimated'; | |
const { | |
set, | |
cond, | |
eq, | |
add, |
This file contains hidden or 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 { | |
cond, | |
sub, | |
divide, | |
multiply, | |
sqrt, | |
add, | |
block, | |
debug, | |
set, |
This file contains hidden or 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 { Alert, Animated, StyleSheet, Text, View } from 'react-native'; | |
import { | |
PanGestureHandler, | |
ScrollView, | |
State, | |
RectButton, | |
BorderlessButton, | |
LongPressGestureHandler, |
This file contains hidden or 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 { Button, StyleSheet, View } from 'react-native'; | |
import Animated, { Easing } from 'react-native-reanimated'; | |
const { | |
set, | |
cond, | |
startClock, | |
stopClock, |
This file contains hidden or 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 { Animated, StyleSheet, Text, View, Dimensions, TextInput, FlatList } from 'react-native'; | |
import { | |
PanGestureHandler, | |
NativeViewGestureHandler, | |
State, | |
TapGestureHandler, | |
RectButton, | |
} from 'react-native-gesture-handler'; |
This file contains hidden or 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 { Animated, StyleSheet, Text, View, Dimensions, FlatList, TextInput } from 'react-native'; | |
import { | |
PanGestureHandler, | |
NativeViewGestureHandler, | |
State, | |
TapGestureHandler, | |
RectButton | |
} from 'react-native-gesture-handler'; |