-
-
Notifications
You must be signed in to change notification settings - Fork 574
General Housekeeping #584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General Housekeeping #584
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! Thanks for your contribution.
Could you also rebase to the newest master? I see there is a conflict with one file. |
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]> # Conflicts: # src/native-stack/views/NativeStackView.tsx
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]> # Conflicts: # src/createNativeStackNavigator.js
…mpty object Signed-off-by: Josh Kelly <[email protected]>
Signed-off-by: Josh Kelly <[email protected]>
… provides the same check Signed-off-by: Josh Kelly <[email protected]>
@WoLewicki Those conflicts should be sorted now, had to add this as a second remote and rebase from there instead of the fork (even though they had the same commit history, weird). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is ready now! Thanks for your contribution!
Thanks @WoLewicki |
This PR updates various dev dependencies as well as making some small changes to a couple of the various checks inside props and an update to one of the types to not use
{}
.The eslint configuration has also had a bit of an update and i fixed the new errors that arose from that change.