-
Notifications
You must be signed in to change notification settings - Fork 278
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
iOS fixes #304
iOS fixes #304
Conversation
I think since we merged the timezone pr that there's now conflicts on this PR that are preventing a merge: |
In my opinion no generated files should be commited and should be added to ".gitignore". Since "ios/.symlinks" folder is generated, it with all of its content should be gitignored. Do you agree guys? |
i've added it into .gitignore and caught up with upstream. |
@thomassth these changes look fine but can we link to the relevant issue here - I'm not sure what exactly we're fixing |
I was looking at this comment. The whole thread was repeatedly referenced in out issues and readme. Not sure what it fixes, as I didn't see any error on my side before, but it seems needed. |
@andzejsw and @thomassth are you ok with this PR? |
All looks good to me |
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.
Changes look safe to me. Ran successfully on both an iOS 15 simulator and a real device.
#302 but in a separate branch. See if this is better.