react-native-ios-modal icon indicating copy to clipboard operation
react-native-ios-modal copied to clipboard

A react-native component for displaying a modal on iOS by natively wrapping a react-native view inside a UIViewController and presenting it.

Results 9 react-native-ios-modal issues
Sort by recently updated
recently updated
newest added

Proposal to include this new behavior in iOS 15 to make bottom sheets. This is pseudocode, just seems like the correct place to extend the behavior. The parent API would...

When displayed in a modal KeyboardAvoidingView doesn't add enough padding.

Hi! Thanks for awesome library. I am currently trying to use it with `FlatList`, but scroll is not working. `ScrollView` works fine, but I can not use it in my...

Does this library support RN < 0.60? If yes, how to do the linking without Pod?

I'm trying to show up the modal but it thrown to me this error: `{"errorCode": "modalAlreadyPresented", "errorMessage": "Cannot present modal because it's already presented", "isInFocus": false, "isPresented": false, "modalLevel": -1,...

here is the full error ``` [Error: message: Guard check failed, modal already dismissed - debugMessage: N/A- fileID: react_native_ios_modal/RNIModalView.swift- functionName: dismissModal(completion:)- lineNumber: 886] ```

Running `"react-native-ios-context-menu": "^1.15.3"` and `"react-native-ios-modal": "2.0.0-3"`, I'm getting this when trying to run on iOS: ``` ❌ duplicate symbol '_OBJC_CLASS_$_RNIUtilitiesModule' in ┌─ react_native_ios_context_menu(RNIUtilitiesModule-b92ebfa9be62aee50282024fea0c7bbf.o) └─ react_native_ios_modal(RNIUtilitiesModule-54d99e7cf367dadfffd5a255f4517da1.o) ❌ duplicate symbol '_OBJC_METACLASS_$_RNIUtilitiesModule' in...

i want to close presented UIView Controller when we tap on React view with navigate function only else stay same right now screen open in background while UIViewController is still...

Do I need to enable Fabric or something? ![CleanShot 2023-05-01 at 12 51 09@2x](https://user-images.githubusercontent.com/12100/235545072-33ab4b76-7b9e-4bd1-afad-d74812092393.png) React Native `0.71.7`