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

## 🐛 Bug Report I cannot create a new project. (A clear and concise description of what the bug is.) ```react-native-macos init MyProject  INT ✘  12.16.0  ...

bug

## 🐛 Bug Report ``` $ react-native-macos run-macos ... export SOURCE_ROOT=/Users/xxx/mac/macos export SRCROOT=/Users/xxx/mac/macos ... ENOENT: no such file or directory, chdir '/Users/xxx/mac/macos' -> 'macos' ``` The app itself works... the...

bug

## 🐛 Bug Report command not found: react-native-macos ## To Reproduce Steps to reproduce the behavior: ## Expected Behavior I installed > npm install react-native-macos-cli -g and I started the...

bug

## 🚨 Moved to [alloc/react-native-macos](https://github.com/alloc/react-native-macos) See the roadmap [here](https://github.com/alloc/react-native-macos#roadmap).

work in progress

Hello, Isn't it possible to change the BackgroundColor of a TextInput ? As you can see in thescreenshots, the background of the Input is white only when focused. Isn't it...

bug

I have an existing React Native project with iOS, Android, Windows, and web. I would also like to experiment with support for MacOS. Is there a command I can run...

proposal

## 🐛 Bug Report ## To Reproduce Following code: ```js const Context = React.createContext(); const Foo = () => (); ``` will result in an error: ``` Invariant Violation: Element...

bug

This occurs when our main react view is not the contentView of a window. Touch coordinates are in window coordinates, but `hitTest` expects coordinates in the coordinate system of our...

### 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 High Sierra 10.13.6 Node: 8.3.0 Yarn: 1.12.3 npm: 5.3.0 Watchman:...

bug

## 🐛 Bug Report TouchableHighlight works only with the first touch, then there are no more highlight effect when user clicks the second or the third time. ## To Reproduce...

bug