Commit 7b86986e by tai.tranvan

merge

parent f080f84a
/**
* Sample React Native App
* https://github.com/facebook/react-native
*
* Generated with the TypeScript template
* https://github.com/react-native-community/react-native-template-typescript
*
* @format
*/
import React, {type PropsWithChildren} from 'react'; import React, {type PropsWithChildren} from 'react';
import { import {
Button,
SafeAreaView, SafeAreaView,
ScrollView,
StatusBar, StatusBar,
StyleSheet, StyleSheet,
Text, Text,
...@@ -21,13 +9,7 @@ import { ...@@ -21,13 +9,7 @@ import {
View, View,
} from 'react-native'; } from 'react-native';
import { import {Colors} from 'react-native/Libraries/NewAppScreen';
Colors,
DebugInstructions,
Header,
LearnMoreLinks,
ReloadInstructions,
} from 'react-native/Libraries/NewAppScreen';
const Section: React.FC< const Section: React.FC<
PropsWithChildren<{ PropsWithChildren<{
...@@ -77,7 +59,7 @@ const App = () => { ...@@ -77,7 +59,7 @@ const App = () => {
backgroundColor: 'violet', backgroundColor: 'violet',
}} }}
onPress={() => { onPress={() => {
console.log('hello'); console.log('hello123');
}}> }}>
<Text>Hello</Text> <Text>Hello</Text>
</TouchableOpacity> </TouchableOpacity>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment