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

## Config Migration Needed - [ ] Select this checkbox to let Renovate create an automated Config Migration PR. This issue lists Renovate updates and detected dependencies. Read the [Dependency...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-macos](https://togithub.com/microsoft/react-native-macos) | [`0.68.27` -> `0.68.42`](https://renovatebot.com/diffs/npm/react-native-macos/0.68.27/0.68.42) | [![age](https://badges.renovateapi.com/packages/npm/react-native-macos/0.68.42/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

### Description Use CMake instead of ndk-build when on react-native 0.70 ### Platforms affected - [x] Android - [ ] iOS - [ ] macOS - [ ] Windows ###...

platform: Android

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint)) | [`17.0.3` -> `17.1.2`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/17.0.3/17.1.2) |...

dependencies

### Description Adds support for `@expo/config-plugins`. Support is currently limited to Android and iOS. ### Platforms affected - [x] Android - [x] iOS - [ ] macOS - [ ]...

platform: Android
platform: iOS
platform: macOS

An overview of issues that need to be fixed upstream. ## Blocking ## Has Workarounds - [ ] https://github.com/microsoft/react-native-test-app/issues/152 - https://github.com/microsoft/react-native-test-app/pull/153 - [ ] https://github.com/microsoft/react-native-windows/pull/5676 - [ ] https://github.com/microsoft/react-native-test-app/issues/188 -...

upstream

### Description A collection of breaking changes. Note: This PR must *not* be squashed before merging. Resolves #715. ### Platforms affected - [ ] Android - [ ] iOS -...

platform: Android
platform: iOS
platform: macOS
platform: Windows

### Proposal [Entitlements](https://developer.apple.com/documentation/bundleresources/entitlements) grant the app particular capabilities. We added support for pointing to another `.entitlements` file in [0.9.7](https://github.com/microsoft/react-native-test-app/releases/tag/0.9.7). However, it would be nice if entitlements can be declared directly...

enhancement
platform: iOS
platform: macOS

### Proposal Add the ability to set: - [`LSApplicationCategoryType`](https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype) - [`NSHumanReadableCopyright`](https://developer.apple.com/documentation/bundleresources/information_property_list/nshumanreadablecopyright) ### Alternatives n/a ### Implementation Details n/a ### Additional Context _No response_ ### Code of Conduct - [X] I...

enhancement
platform: macOS

### Proposal In iOS, people can choose an alternate app icon: https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons Technically, the option is also available to macOS, but it doesn't seem like it's supported according to docs....

enhancement
platform: iOS