For further actions, you may consider blocking this person and/or reporting abuse
Read next
This Week In React #203: DevTools, Next.js, Skia, Native Tabs, Godot, CodePush, void(0), Oxc, Node.js, Tauri...
Sebastien Lorber -
How to Use Accessibility Inspector for iOS Apps
Harish Rajora -
Building Offline-First Apps using React Native, React Query, and AsyncStorage
M. Saad Ullah -
React-Native and Three.js
Chaudhry Talha 🇵🇸 -
Top comments (2)
How to push notification in iOS with React Native? After you config library but it's not push notification with iOS. Why? As you know, push notification service will have 2 mode (develop and production). If you register token with develop, it will push notification develop build only and else. Server 2 mode Develop and Production, Develop available for "Run" (debug also release build), Production available for "Build" (for release) - for Testflight or App Store. So, if you register token with Develop, but server available Production mode, return 400 - BadDeviceToken.
Have you tried below?
medium.com/@anum.amin/react-native...