Baris Taskiran
Baris Taskiran
Same issue here. `Error: Can't open data connection in passive mode: connect ` Any solution?
I've fixed it like this: ` ` ``` $('.pop').on('click', function () { var url = $(this).attr('url'); return $(this).modaal({ type: 'iframe', content_source: url, }); }); ```
Same issue here. ` WARN Sending `onAnimatedValueUpdate` with no listeners registered.` ``` ```
To make an array list show disabled items, simply add a 'disabled' prop and set it to true. Check out this example: ``` const data = [ { key: '1',...
> Same, I changed YGNodeRef to YGNodeConstRef in RNDateTimePickerShadowView.m line 44 (in function RNDateTimePickerShadowViewMeasure) and everything seems back to normal :) this did work! Thank you.
I getting same error unfortunatelly none of above did work out for me: ``` rbt@rbt-2 x1 % npx react-native run-ios warn Multiple Podfiles were found: ios2/Podfile,vendor/bundle/ruby/2.7.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/Podfile. Choosing ios2/Podfile automatically. If...
> **Warning: all untracked files of your repo will be deleted** > > I gitclean'd my workspace: > > ```shell > git clean -fxd > yarn install > cd ios...
Same issue here, unfortunately the masking doesn't work on mobile browsers such as Chrome.
I made a modification to the "renderTouchable" function in the file and it solved the problem. To find the file in the project, navigate to: node_modules/react-native-paper/src/components/BottomNavigation/BottomNavigationBar.tsx Look for this: ```...