-
-
Notifications
You must be signed in to change notification settings - Fork 850
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
Add new architecture support #3022
Closed
Closed
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
212f67b
Setup fabricexample app
j-piasecki 0e5b78b
Enable new architecture
j-piasecki d8e5ae1
Basic ios setup
j-piasecki f40bfa7
Some iOS progress:
j-piasecki 0147706
Use one view manager?
j-piasecki 5785b88
Update spec
j-piasecki 09bb480
Start android
j-piasecki 81130bf
Convert dynamic position to dict
j-piasecki 08fceb5
Set iOS props
j-piasecki 287c7e2
Update spec
j-piasecki a05160a
Update Android event emitter
j-piasecki 585dbf4
iOS events shenanigans
j-piasecki e89206a
Use module instead of native commands on new arch
j-piasecki 2ae8842
Implement all methods
j-piasecki d07804f
I've figured it out :)
j-piasecki 329af5e
Begin android module
j-piasecki d02bdb1
Make android commands work
j-piasecki 1bae7b1
Update Android module to resolve promises with data
j-piasecki b06a4b8
Remove command name from module calls
j-piasecki 0a23822
Reject promises when error is present
j-piasecki 2f8dcf4
I aimed a little to high in the code
j-piasecki 7dd5fe7
Reject promise when map view cannot be found
j-piasecki 6d9d8e0
feat: old arch also working
WoLewicki fc23bfd
Update gitignore
j-piasecki a95fe4f
Fixes after rebase
j-piasecki fb96e20
Add helper for decoding event payload
j-piasecki cf70036
Revert whitespace changes
j-piasecki 1b3922f
Support for TextureMapView
j-piasecki 55a11e8
Support old architecture on Android
j-piasecki 174ebcc
feat: simpler new arch interoop
WoLewicki 7808343
Clean up the simpler interop and make iOS compile
j-piasecki 66e6ccd
Fix lint & tests
j-piasecki b1f77ed
fix: dispatch methods on uimanager queue
WoLewicki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
We don't really use this right?Sorry I've just realised we do use it....