react-native/packages/helloworld
Alan Lee 48ea6867a9
Some checks are pending
Label closed PR as merged and leave a comment / comment-and-label (push) Waiting to run
Publish Bumped Packages / publish_bumped_packages (push) Waiting to run
Update node modules cache / update_node_modules_cache (push) Waiting to run
update targetSdk to 35 (#47738)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/47738

- updating targetSdk to 35 for RN Android and helloworld
- **Note:** `tagetSdk` of RN Android does not have effect on the app's targetSdk. App can set `targetSdk` regardless of what RN targetSdk is. Updating the targetSdk just signals that RN Android has been tested with targetSdk 35 and apps can choose to support lower targetSdk as needed.

Changelog:
[Android][Changed] updating targetSdk to 35 (apps can still choose their own targetSdk regardless of RN version)

Reviewed By: NickGerleman

Differential Revision: D66209381

fbshipit-source-id: 2f26e8f605a383ff662e4b1d65611f186a7d7979
2024-11-20 11:06:31 -08:00
..
__tests__
.bundle
android
ios
lib
scripts
.gitignore
.prettierrc.js
.react-native.config
App.jsx
babel.config.js
cli.flow.js
cli.js
Gemfile
Gemfile.lock
index.js
jest.config.js
metro.config.js
package.json
README.md

Hello World Test Application

This is the React Native HelloWorld test app. It is for internal use and shouldn't be dependend on.