Commit 0f8f20aa authored by ChrisZhao 赵思思's avatar ChrisZhao 赵思思

Init Commit

parent f114c4e7
import { View, Text } from '@tarojs/components'
import { useLoad } from '@tarojs/taro'
import './index.scss'
export default function Index() {
useLoad(() => {
console.log('Page loaded.')
})
return (
<View className='index'>
<Text>Hello React Native!</Text>
</View>
)
}
...@@ -10,7 +10,7 @@ export default function Index() { ...@@ -10,7 +10,7 @@ export default function Index() {
return ( return (
<View className='index'> <View className='index'>
<Text>Hello world!</Text> <Text>Hello WeApp!</Text>
</View> </View>
) )
} }
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