Closed levibostian closed 1 year ago
Pull request title looks good 👍!
If this pull request gets merged, it will not cause a new release of the software. Example: If this project's latest release version is 1.0.0
. If this pull request gets merged in, the next release of this project will be 1.0.0
. This pull request is not a breaking change.
All merged pull requests will eventually get deployed. But some types of pull requests will trigger a deployment (such as features and bug fixes) while some pull requests will wait to get deployed until a later time.
Hey, there @levibostian 👋🤖. I'm a bot here to help you.
⚠️ Pull requests into the branch main
typically only allows changes with the types: fix
. From the pull request title, the type of change this pull request is trying to complete is: refactor
. ⚠️
This pull request might still be allowed to be merged. However, you might want to consider make this pull request merge into a different branch other then main
.
New sample app created via:
npx react-native@latest init Typescript
. The only code I modified afternpx react-native init
isApp.ts
where I installed and configured the CIO SDK.Currently, this sample app is a hello world type of sample app that is missing a lot of functionality. However, I believe it's important to merge because..
I have been using this sample app a lot lately and now other PRs such as building sample apps on CI are using this branch. Therefore, I would like to get the PR merged to unblock some of those tasks.