Skip to content

Commit 2675039

Browse files
authored
chore: use react hooks for the example project (#1873)
1 parent 3fbde74 commit 2675039

File tree

6 files changed

+361
-410
lines changed

6 files changed

+361
-410
lines changed

examples/RNOneSignalTS/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function App() {
2323
function AppContent() {
2424
return (
2525
<View style={styles.container}>
26-
<OSDemo name="OneSignal" />
26+
<OSDemo />
2727
</View>
2828
);
2929
}

0 commit comments

Comments
 (0)