Skip to content

Commit

Permalink
#1 - Fix NextJS not working
Browse files Browse the repository at this point in the history
  • Loading branch information
L committed Nov 18, 2021
1 parent 728bb79 commit 7bd1986
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/components/src/App.web.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import React from 'react'
import {
SafeAreaView,
ScrollView,
StatusBar,
StyleSheet,
Text,
View,
} from 'react-native'

export function App() {
return <Text>Hello world !</Text>
}

0 comments on commit 7bd1986

Please sign in to comment.