Closed karengrigoryan closed 1 year ago
Hi @karengrigoryan. We are working on an update to the Expo plugin to make it compatible with the newest version of the React Native SDK. It should be released by the end of this week. I'll update you here when it's available.
@wesleyorbin thanks a lot.
A small note: the current documentation for RN/Expo uses @braze/react-native-sdk
(at the time of writing this comment).
Hi @karengrigoryan. We just released v1.0.0 of the plugin, which contains support for @braze/react-native-sdk
v2.0.2+. Apologies for the confusion with the documentation. I'm going to close out this issue, but feel free to re-open a new one if you encounter new issues.
Which Platforms?
Both
Which React Native Version?
0.70.5
Which @braze/expo-plugin version?
0.6.0
Which react-native-appboy-sdk SDK version?
2.1.0
Repro Rate
100%
Steps To Reproduce
@braze/expo-plugin
@braze/react-native-sdk
(instead of deprecatedreact-native-appboy-sdk
)Expected Behavior
It should correctly build the app.
Actual Incorrect Behavior
It throws an error for both platforms:
Logs from EAS.
Android
iOS
Verbose Logs
Additional Information
It seems like
@braze/expo-plugin
is not compatible with the new@braze/react-native-sdk
package. It works correctly with the deprecatedreact-native-appboy-sdk
.