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, { useState, useEffect } from 'react'; | |
| import { | |
| ActivityIndicator, | |
| StatusBar, | |
| Image, | |
| Text, | |
| TouchableOpacity, | |
| Alert, | |
| 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 from 'react'; | |
| import { | |
| Text | |
| } from 'react-native'; | |
| import TimeAgo from 'react-native-timeago'; | |
| export default function App() { | |
| return ( | |
| <Text style={{ fontSize: 18 }}> |
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 from 'react'; | |
| import { | |
| Text, | |
| View | |
| } from 'react-native'; | |
| import { | |
| VictoryBar, | |
| VictoryChart, | |
| VictoryTheme, | |
| VictoryAxis, |
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, { useState } from 'react'; | |
| import { | |
| StyleSheet, | |
| Text, | |
| View, | |
| ScrollView, | |
| TouchableOpacity, | |
| Image, | |
| ActivityIndicator, | |
| Dimensions, |
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, { useRef } from 'react'; | |
| import { | |
| Text, | |
| TouchableOpacity | |
| } from 'react-native'; | |
| // npm install react-native-card-flip | |
| import CardFlip from 'react-native-card-flip'; | |
| export default function FlipCard() { |
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, { useEffect, useState } from 'react'; | |
| import { | |
| StyleSheet, | |
| Text, | |
| View, | |
| StatusBar, | |
| Image, | |
| TouchableOpacity, | |
| ScrollView, | |
| } 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, { useState, useEffect } from 'react'; | |
| import { | |
| StyleSheet, | |
| Text, | |
| View, | |
| StatusBar, | |
| TouchableOpacity, | |
| Image, | |
| ScrollView, | |
| } 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, { useState, useEffect, useRef } from 'react'; | |
| import { | |
| StyleSheet, | |
| Text, | |
| View, | |
| ScrollView, | |
| StatusBar, | |
| TouchableOpacity, | |
| Image, | |
| } from 'react-native'; |