You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below is just an example. New versions of expo router or expo might have different code in the entry file. The main goal is to see what the original `main` property in `package.json` was, and copy the code from that file in `index.ts`.
76
+
77
+
After that, add `registerWidgetTaskHandler(widgetTaskHandler);`
78
+
:::
79
+
74
80
If we are using Expo, there is no `index.js` (or `index.ts`, `index.tsx`), but we can create it.
75
81
76
82
First, update `package.json` main field to point to `index.ts` (or `.js`) instead of `node_modules/expo/AppEntry.js`
0 commit comments