ptmt / react-native-macos

[deprecated in favor of https://microsoft.github.io/react-native-windows/] React Native for macOS is an experimental fork for writing desktop apps using Cocoa
MIT License
11.25k stars 429 forks source link

A green pane overlaps and remains on the screen #193

Closed plashenkov closed 6 years ago

plashenkov commented 6 years ago

Description

I've just installed React Native macOS and tried to start a very first project:

yarn global add react-native-macos-cli
react-native-macos init MyProject
cd MyProject
react-native-macos run-macos

After that I can see a green pane overlapping a bottom of my screen. It does not want to disappear. When I press Cmd+R, a new one pane overlaps the previous. When I press Cmd+R again, a third one overlaps previous two. Here are the screenshots:

http://take.ms/Ckcng (one pane) http://take.ms/FxBvz (two panes overlap each other) http://take.ms/zZnIp (three panes, etc.)

SeniorZhai commented 6 years ago

+1

ptmt commented 6 years ago

Just wanted let you know I’m not in silence and aware of this. Will take a look, thanks for reporting the issue. On Tue, 17 Apr 2018 at 13:01, 仔仔 notifications@github.com wrote:

+1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ptmt/react-native-macos/issues/193#issuecomment-381930819, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9SU-8QbPCsyI8HvznRquucDwhBZCNQks5tpb1_gaJpZM4TWdr3 .

ptmt commented 6 years ago

Hopefully fixed in 0.18. Let me know if it persists

shirakaba commented 6 years ago

Still an issue in 0.18.0-alpha-3:

screen shot 2018-07-04 at 00 35 37

Note: I have a monitor attached. This banner appears on my laptop display, which is set as the secondary screen.

ptmt commented 6 years ago

Double DevLoaders is fixed + added an animation to it as iOS has.

@shirakaba nice catch with multiple monitors. I guess I need to fix that by using correct NSScreen.