react-native-macos icon indicating copy to clipboard operation
react-native-macos copied to clipboard

[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

Results 75 react-native-macos issues
Sort by recently updated
recently updated
newest added

Running RNTester 6de6d4b06, macOS Mojave 10.14.1, TextInput Section looking like this: ![image](https://user-images.githubusercontent.com/9734455/48963521-d5e37800-efdf-11e8-93ec-6cf7105275a7.png)

bug

Implement core APIs. Keep in mind that some most difficult could be covered by plugins. - [x] Application menu; - [ ] Contexts menu; - [x] Custom titlebars. Now it's...

proposal

### Description I have an existing project with which i create an android, ios and windows-app (react-native-windows). This project uses "react-native-typescript-transformer" to use TypeScript as language. I've integrated react-native-macos as...

Qt or GTK or GTK#.

proposal

```jsx alert("Pressed")}>Press me ``` The child `Text` element's onPress function will never be called regardless of how hard you mash it. 😉 I'm investigating why this happens and will see...

bug

There are performance issues when resizing an app created with react-native-desktop. I created a basic app with an image consuming the full view available in the app, when I resize...

bug

https://facebook.github.io/react-native/docs/text.html#selectable I've had a look at the implementation of `RCTText`, and it seems to be a full reimplementation using an `NSView`, so I'm not sure I can help extend it...

proposal

The UIExplorer test app shows the issue: As you can see, they're all the same color when they should not be. 😉

proposal

I just saw [ReactXP](https://github.com/microsoft/reactxp) and seems really interesting. Dunno if react-native-macos could fit there. One tool for handle all of those OS and MacOS could be great.

question

- [x] Finish UIExplorer to be able easily try examples. - [ ] Finish react.zone - online playground. - [x] Add "Getting Started" introduction; - [x] Fix CLI Template (#12);...

help wanted