feat: update expo example project to build out native files #1475
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
This PR simply contains prebuilt native
ios
project files for the example ios app, generated by runningThere are no custom code changes added to this PR.
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR introduces various updates and configurations for the
react-native-expo-example
project, including new image assets, updates to thePodfile
, and modifications to project files to support the latest Expo features and iOS deployment targets.Detailed summary
Contents.json
for image sets with version info.noop-file.swift
for Swift compatibility.AppDelegate.h
andmain.m
for proper initialization.Podfile.properties.json
with new configurations.PrivacyInfo.xcprivacy
andExpo.plist
files.Info.plist
with new keys and values..gitignore
to exclude unnecessary files.Podfile.lock
with new dependencies and versions.