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

Maybe it's not possible, but it would be awesome if we were able to use this https://developer.apple.com/reference/appkit/nshapticfeedbackperformer/1441738-perform to provide user feedback when dragging or hovering.

proposal
help wanted

There are some basic shortcuts like `⌘C`, `⌘V`, etc Also, in web there are `form` tags which helps to handle `Enter` key – to send the form. Is there a...

question

Hey, I've been working on upgrading the `metro` dependency from v0.24.3 to v0.45.2 (which is a version I've recently added symlink support to). I think you'll find my commits useful,...

proposal

It would be great to have the Picker component on macos that renders the native picker component (https://facebook.github.io/react-native/docs/picker.html). Do you have any plans to implement this?

proposal

### Description Using the very same code from the master-branch UIExplorer's [`WebView` examples](https://github.com/ptmt/react-native-macos/blob/master/Examples/UIExplorer/js/WebViewExample.js#L284), I found that `WebView.prototype.injectJavaScript()` causes an immediate crash, with the error: ``` undefined is not an object...

bug

So I have an app that built with react-native-macos. The app uses native `NSOpenPanel` to open local files. Recently I found the some of the items were missing when the...

bug

### Is this a bug report? yes ### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? yes ### Environment ``` Environment: OS: macOS 10.14 Node: 9.3.0 Yarn: 1.6.0 npm: 6.4.1 Watchman: 4.9.0...

When `` is being resized as part of a Flex layout the image is painted onto the scene twice: once stretched to match the frame, and a second time to...

bug

React Native has implemented CSS `z-index` support to [iOS](https://github.com/facebook/react-native/commit/d64368b9e239b574039f4a6508bf2aeb0806121b) and [Android](https://github.com/facebook/react-native/commit/3d3b067f6fc831b6b23726087fe39cf39ef86f00), it would be great if this could be ported to macOS. My use case it to draw an ``...

proposal

On the master branch, in UIExplorer Example, TextInput doesn't have the whole border: ![snip20170214_2](https://cloud.githubusercontent.com/assets/659130/22926821/3c4d6d8a-f2e9-11e6-955b-59d6dd7d7d65.png)

bug