Paste not working in IOS simulator with react native apps
See original GitHub issueHi , I am using ios simulator 12.5.1
If I paste with other apps in simulator , like reminder app , I can select all text -> copy -> paste and it works fine.
But in react native apps I am able to copy , but when i click paste its always empty.
I am using TextInput
<TextInput
placeholderTextColor={"#818284"}
placeholder="Your Username"
/>
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:8
Top Results From Across the Web
Paste from clipboard not working with React Native on iOS ...
Restarting the device. · Resetting the device settings. · Playing with the check for the pasteboard sync. · Using the software keyboard. ·...
Read more >copy , paste not working on IOS simulator expo go app #13661
Summary Hi , I was not able to copy / paste inside my react native projects TextInput. , I use 12.5.1 IOS simulator...
Read more >M1 Xcode 12.5 can't paste clipboard | Apple Developer Forums
I have experienced this running xCode v13.3 and iOS 15.4 in a React Native app. Clipboard functionality works normally in the machine it...
Read more >Paste from clipboard not working with React Native on iOS ...
[Solved]-Paste from clipboard not working with React Native on iOS simulator-Reactjs. this is iOS Simulator issues with iOS >= 14 with M1. Try...
Read more >Example of React Native Copy to Clipboard - About React
Copying and Pasting from the clipboard is incredibly easy in React Native using the React Native Clipboard API supports Android and iOS both....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am still facing this issue in xcode 13 and ios 15
This happens with my M1, not in intel ones.
also related: https://github.com/flutter/flutter/issues/74970#issuecomment-858170914
It seems like downgrading the simulator to 13.7 solves the issue in flutter, but doing this in react-native crashes the build.