Silver O
Silver O
After migration to the FC ref lost need forwardRef
first of all i tried download file via rn-fetch-blob, and unzip got path - Couldn't open file then i locally place file in correct directory and same issue - Couldn't...
### Current behavior If user open modal using library - "react-native-modal" and try to navigate to the next screen, the navigation stop working at all https://github.com/react-navigation/react-navigation/assets/32684425/172fbf8b-06de-4747-8596-7f4e9a1d4c46 ### Expected behavior the...
### Description I'm implementing a signature pad feature where users can update their signature. Upon updating, I need to capture the user's first and last name and take a screenshot....
### Description When user tap and hold, triggers - "onStart" but no "onActive" on move, immediately after start moving triggers "onEnd" ### Version 0.1.240 ### Steps to reproduce Code provided...
I need to take a screenshot of the whole screen. The screen includes a header from React Navigation. When I take a screenshot using `makeImageFromView`, it pushes the header down....
parse and build doesn't work now for parse i'm getting - ``` node_modules/@bacons/xcode/build/json/parser/chevrotain/index.js:1578 var V = g.charCodeAt(R), z = E(V), K = z.length; ^ TypeError: g.charCodeAt is not a function...
**Describe the bug** I'm using react navigation, here is my usage of ToastProvider ```tsx const App = () => { return ( { Bootsplash.hide({ fade: true }); navigationIntegration.registerNavigationContainer(navigationRef); }} />...