Questions tagged [react-native-macos]

4 questions
1
vote
1 answer

React Native on iOS/Catalyst - How do I remove inspect?

I have an iOS app developed via React Native running on macOS via Catalyst. It happened that I erroneously pressed something to enable inspection. The fact is that I cannot remove it. How do I do? See the screenshot below.
r4id4
  • 5,877
  • 8
  • 46
  • 76
0
votes
0 answers

Adding a native module in React Native 0.71 causes crash, with error code `EXC_BAD_ACCESS code=2`

I recently upgraded my React Native project to 0.71 (I used 0.68 before) And now my project crashes immediately after some native modules are invoked, and Xcode says: com.facebook.react.JavaScript (7): EXC_BAD_ACCESS (code=2, address=0x(every time…
0
votes
0 answers

installing react-native-macos after react-native-windows

I been trying to create a sample react-native sample app that would work on both windows and mac from the same project. I first ran npx react-native-windows-init which worked just fine and excecuted the windows program. but after running npx…
0
votes
1 answer

Bridged native module not showing in React Native [macOS]

Note that I am working with React Native for macOS I made (actually, not complete) a module that bridges NSOpenPanel and NSSavePanel. Here's my RCTPanel.m: #import #import #import…
Jihoo Byeon
  • 69
  • 1
  • 8