Skip to content

Commit 3cd3302

Browse files
committed
clean up
1 parent 5df7329 commit 3cd3302

File tree

9 files changed

+2766
-12
lines changed

9 files changed

+2766
-12
lines changed

examples/RNOneSignalTS/App.tsx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @format
66
*/
77

8-
import { NewAppScreen } from '@react-native/new-app-screen';
98
import { StatusBar, StyleSheet, useColorScheme, View } from 'react-native';
109
import {
1110
SafeAreaProvider,
@@ -29,17 +28,13 @@ function AppContent() {
2928

3029
return (
3130
<View style={styles.container}>
32-
<NewAppScreen
33-
templateFileName="App.tsx"
34-
safeAreaInsets={safeAreaInsets}
35-
/>
36-
<OSDemo name="OneSignal" />
31+
<OSDemo name="OneSignal" />
3732
</View>
3833
);
39-
};
34+
}
4035

4136
const styles = StyleSheet.create({
42-
body: {
37+
container: {
4338
flex: 1,
4439
},
4540
});

0 commit comments

Comments
 (0)