We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bd804 commit 02f5572Copy full SHA for 02f5572
apps/activity-kit-example/app/(tabs)/index.tsx
@@ -1,5 +1,4 @@
1
-import { ActivityKit } from '@kingstinct/react-native-activity-kit' // Importing the ActivityKit module
2
-import { ActivityStyle } from '@kingstinct/react-native-activity-kit/lib/specs/ActivityKitModule.nitro'
+import { ActivityKit } from '@kingstinct/react-native-activity-kit' // Importing the ActivityKit module'
3
import { Image } from 'expo-image'
4
import * as Notifications from 'expo-notifications'
5
import { useState } from 'react'
@@ -33,7 +32,6 @@ export default function HomeScreen() {
33
32
{
34
relevanceScore: 1,
35
staleDate: new Date('2025-08-07'),
36
- style: ActivityStyle.standard,
37
},
38
).id,
39
)
0 commit comments