Commit ff4dd5f8 by tai.tranvan

Merge branch 'feature/001-test' into 'develop'

merge, please merge for me

See merge request !1
parents f080f84a 7b86986e
/**
* 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 {
Button,
SafeAreaView,
ScrollView,
StatusBar,
StyleSheet,
Text,
......@@ -21,13 +9,7 @@ import {
View,
} from 'react-native';
import {
Colors,
DebugInstructions,
Header,
LearnMoreLinks,
ReloadInstructions,
} from 'react-native/Libraries/NewAppScreen';
import {Colors} from 'react-native/Libraries/NewAppScreen';
const Section: React.FC<
PropsWithChildren<{
......@@ -77,7 +59,7 @@ const App = () => {
backgroundColor: 'violet',
}}
onPress={() => {
console.log('hello');
console.log('hello123');
}}>
<Text>Hello</Text>
</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