Skip to content

Commit 02f5572

Browse files
committed
remove style in example project
1 parent e7bd804 commit 02f5572

File tree

1 file changed

+1
-3
lines changed
  • apps/activity-kit-example/app/(tabs)

1 file changed

+1
-3
lines changed

apps/activity-kit-example/app/(tabs)/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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'
1+
import { ActivityKit } from '@kingstinct/react-native-activity-kit' // Importing the ActivityKit module'
32
import { Image } from 'expo-image'
43
import * as Notifications from 'expo-notifications'
54
import { useState } from 'react'
@@ -33,7 +32,6 @@ export default function HomeScreen() {
3332
{
3433
relevanceScore: 1,
3534
staleDate: new Date('2025-08-07'),
36-
style: ActivityStyle.standard,
3735
},
3836
).id,
3937
)

0 commit comments

Comments
 (0)