Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
newArchRN
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
newArch
newArchRN
Commits
7b86986e
Commit
7b86986e
authored
Jan 07, 2023
by
tai.tranvan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
f080f84a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
20 deletions
+2
-20
App.tsx
+2
-20
No files found.
App.tsx
View file @
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
(
'hello
123
'
);
}
}
>
<
Text
>
Hello
</
Text
>
</
TouchableOpacity
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment