Skip to content

Commit

Permalink
for the system function
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCloud-the committed May 14, 2024
1 parent 3c155d3 commit 3ec30e7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
10 changes: 10 additions & 0 deletions go prac file/Refresh.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import moduleName from 'module'
setTimeout(() => {

}, delayInms)
import PropTypes from 'prop-types'
const contextName = React.createContext()
state = {

}
const contextName = React.createContext()
23 changes: 23 additions & 0 deletions go prac file/run.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
when import React from 'react'
import { StyleSheet, Text, View } from 'react-native'

interface Props {

}

const FileName = (props: Props) => {
return (
<View>
<Text></Text>
</View>
)
}

export default FileName

const styles = StyleSheet.create({})
export default
len var
(params) => {

}

0 comments on commit 3ec30e7

Please sign in to comment.