Tomasz Krzyżowski
Tomasz Krzyżowski
You can use flag `forceRemoteChunkResolution` and it will use provided `url` as a source instead of the current dev server even in the development mode.
@doolb14 Could you share your example with the minimal reproduction repo :)?
Hi @92sajid110. Currently we are not supporting bidding but we will have to discuss it definitely in the future...
Could you please share a repo where we can easily reproduce this bug ? Thanks in advance :)
Please share a link to repo where we can easily reproduce this bug ;). Please remove `Pods` folder inside `ios` directory`and then run `pod install` again.
Try removing ` pod 'FBAudienceNetwork', '~> 5.1.0'` line because our library already has it as a dependency and versions don't match ( lib uses version 6). Additionally you can remove...
You should also remove following hardcoded dependencies: - `pod 'FBSDKCoreKit', '5.8.0'` - `pod 'FBSDKLoginKit', '5.8.0'` - `pod 'FBSDKShareKit', '5.8.0'` See our example https://github.com/callstack/react-native-fbads/tree/master/example and check `Podfile` for the further reference...
Which version of the `react-native-fbsdk` are you using? If u remove hardcoded dependencies from pod file they will be `autolinked` by react native cli and added to the project. You...
Please, look at our example app and check if u have the same `react-native-fbsdk` version :)
Could you please share a repo where we could easily reproduce this bug ;)?