platform · inferred from evidence
Expo
A platform for building and deploying React Native applications.
- Novu React Native: TypeError: dispatchEvent parameter 1 is not of type 'Event'
In a fresh Expo 53 project (React Native 0.79.6) with `@novu/react-native` 3.10.1 set up per docs, every in-app step delivery throws `TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'` (logged
- Can't resolve 'expo-secure-store' with Kinde Next.js SDK (fixed in 2.8.1)
Using @kinde-oss/kinde-auth-nextjs in an Expo/React Native context failed with Can't resolve 'expo-secure-store'. The SDK pulled in the Expo secure storage module unconditionally, so bundlers without Expo could not resolve it. The import ch