react-native/packages/helloworld
Riccardo Cipolleschi 4192678bd7 Pin Xcodeproj to < 1.26.0 (#47237)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/47237

The Xcodeproj gem has been released yesterday to version 1.26.0 and it broke the CI pipeline of react native.

This should fix the issue

## Changelog
[Internal] - Pin Xcodeproj gem to 1.26.0

Reviewed By: blakef

Differential Revision: D65057797

fbshipit-source-id: f4035a1d3c75dd4140eb1646ab2aa0ccb08fb16b
2024-10-28 04:20:31 -07:00
..
__tests__
.bundle
android Bump NDK to 27.1 (#46357) 2024-10-24 10:58:09 -07:00
ios Update RNTester and HelloWorld to min iOS 15.1 (#46136) 2024-08-21 12:11:58 -07:00
lib
scripts fix: ios Helloworld assumes community cli is present (#45221) 2024-06-28 12:05:14 -07:00
.gitignore
.prettierrc.js
.react-native.config fix: ios Helloworld assumes community cli is present (#45221) 2024-06-28 12:05:14 -07:00
App.jsx RN: Fix lint/sort-imports Errors (#47109) 2024-10-18 04:07:02 -07:00
babel.config.js
cli.flow.js cli assemble support (#44903) 2024-06-13 04:51:20 -07:00
cli.js RN: Fix lint/sort-imports Errors (#47109) 2024-10-18 04:07:02 -07:00
Gemfile Pin Xcodeproj to < 1.26.0 (#47237) 2024-10-28 04:20:31 -07:00
Gemfile.lock Update RNTester and HelloWorld to min iOS 15.1 (#46136) 2024-08-21 12:11:58 -07:00
index.js
jest.config.js
metro.config.js
package.json Add missing babel-jest dependency to react-native package (#46539) 2024-09-17 09:42:36 -07:00
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.