Jesús Báez
Jesús Báez
In the `ShareMenuReactView` class, I noticed a variable name inconsistency in the `extractDataFromContext` function. The issue is in this block of code: ```swift let imageData: Data! = image.pngData(); // Creating...
In the `ShareMenuReactView` class, I noticed a variable name inconsistency in the `extractDataFromContext` function. The issue is in this block of code: ```swift let imageData: Data! = image.pngData(); // Creating...
In the ReactShareViewController file change your code for this ```js return RCTBundleURLProvider.sharedSettings()? .jsBundleURL(forBundleRoot:"index.share") //.jsBundleURL(forBundleRoot: "index.share", fallbackResource: nil) ```
> when I want to build release app for submit throw error for group name. any idea?! Try replacing your `ShareViewController` code and replace `group.com.myapp` with your group id variable...
```js import { BottomNavigation, TouchableRipple } from 'react-native-paper'; } /> ```