-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current react-native.config.js doesn't work with React Native 0.69 #395
Comments
@YangJonghun AppsFlyer plugin doesn't work for you with RN 0.69? |
What's the status on this? :) |
same issue ini RN 0.70 , any update for this issue ? |
+1 With RN 0.70.2:
|
This pull request should resolve this issue: #434 |
Any news when it will be released? |
+1 |
bump |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
Any update on this ..? |
+1 |
Any update ? |
Please consider amending this asap |
+1 same problem here |
+1 same problem, |
Patch file ⬆️ |
I get this in expo eas everytime I build, seems related
|
+1 here. Same problem. Also, do we know when the RN AppsFlyer will support AppsFlyer SDK 6.11.12. My understanding is that there is a fix in the 6.11+ versions relating further fraud prevention. ...our fraud team are advising that we’ve just released the latest version of our SDK, version 6.11.1, which brings an additional layer of security to your mobile advertising campaigns. |
+1 |
+1 |
8 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 on 0.73 |
+1 on RN 73.9 |
Why isn't this issue RESOLVED? +1 on RN .72.7 |
Report
Plugin Version
On what Platform are you having the issue?
What did you do?
pod install --project-directory=ios
ornpx react-native link
with React Native v0.69.0What did you expect to happen?
What happened instead?
Please provide any other relevant information.
React Native CLI v8(used within react-native v0.69.0) has breaking changes about
react-native.config.js
andpodspecPath option
Removed assets and hooks from react-native.config.js – you'll need to remove these properties from your config
podspecPath was removed from the iOS dependency config
(fyi. https://reactnative.dev/blog/2022/06/21/version-069)
when I remove below line within
react-native.config.js
, and it works finemodule.exports = { dependency: { platforms: { - ios: { podspecPath: path.join(__dirname, 'react-native-appsflyer.podspec') }, android: { packageImportPath: 'import com.appsflyer.reactnative.RNAppsFlyerPackage;', packageInstance: 'new RNAppsFlyerPackage()',
The text was updated successfully, but these errors were encountered: