react-native-test-app icon indicating copy to clipboard operation
react-native-test-app copied to clipboard

react-native-test-app provides an app for all supported platforms as a package

Results 46 react-native-test-app issues
Sort by recently updated
recently updated
newest added

Branch: [tido/2.0](https://github.com/microsoft/react-native-test-app/compare/tido/2.0?expand=1) Timeline: TBD ### Breaking changes - [x] End support for 0.62, 0.63 - [x] Remove workarounds for 0.62, 0.63 - See [Patches](https://github.com/microsoft/react-native-test-app/wiki/Patches) for full list - [ ]...

### Proposal Hi 👋 I'm currently targetting the web for some react-native libraries (ex: `react-native-localize`). It could be nice to add support for [react-native-web](https://necolas.github.io/react-native-web), as it's well used. ### Alternatives...

enhancement

We need to make sure that all incoming changes are compatible with all currently [supported React Native versions](https://github.com/microsoft/react-native-test-app/wiki#react-native-versions). ### Pipeline Proposal 1. Check whether there has been any changes the...

enhancement

Both setting the component name and initial props trigger a reload. This means that for the following block, we are calling `ReloadView()` twice, throwing away the work of the first...

platform: Windows
upstream

If the list of components in the manifest (`app.json`) is empty or missing, we should be able to retrieve the list of registered components from [`AppRegistry`](https://github.com/facebook/react-native/blob/21186034af265c093901c8b37497b600e97e4740/Libraries/ReactNative/AppRegistry.js#L147). Remaining work: - [...

enhancement
released

At the moment, iOS and Android have nearly identical test fixtures. They can be extracted into `json` files and re-used across platforms instead of being duplicated.

platform: Android
platform: iOS
platform: Windows

`pod install` works fine. Install only fails with `--repo-update`. ### Repro Steps From latest master (c2a4ce1), run: ```bash cd example yarn pod install --project-directory=ios --repo-update ``` **Expected:** Successful install **Actual:**...

bug
platform: iOS
platform: macOS
released
upstream

It would be useful for consumers to be able to hook into the creation of the `RCTRootView` and/or `RCTBridge` objects with custom code. For example, if the consumer wanted to...

enhancement

When the app manifest only contains a single component, the test app will try to launch it on startup. There is currently no way to launch an arbitrary component on...

enhancement

> It seems like a better idea to either hookup the window from the nib/storyboard to the `AppDelegate`; _or_, if the nib/storyboard doesn’t do anything of interest, just remove the...

good first issue
platform: macOS