Skip to content

Commit 5cf7787

Browse files
committed
use react hooks for the example project
1 parent 72feaaf commit 5cf7787

File tree

4 files changed

+356
-400
lines changed

4 files changed

+356
-400
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)