Skip to content
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

refactor: solana-mobile-dapps-with-expo.md #390

Closed
wants to merge 13 commits into from

Conversation

sahilkakwani9
Copy link

@sahilkakwani9 sahilkakwani9 commented Aug 29, 2024

Problem

1.⁠ ⁠The crypto-browserify polyfill was throwing compile errors and is not actively maintained.
2.⁠ ⁠Some hyperlinks referenced in the lesson are broken.
3.⁠ ⁠Code snippets used for demonstration needed refactoring.
4.⁠ ⁠Lesson lacks some general Android SDK troubleshooting.
5.⁠ ⁠The buffer polyfill was not at the top of the entry file and threw an error when compiling the app.

Summary of Changes

1.⁠ ⁠Added react-native-quick-crypto for native crypto polyfilling as this package is actively maintained.
2.⁠ ⁠Fixed the broken hyperlinks.
3.⁠ ⁠Refactored some code snippets by better error handling using try-catch.
4.⁠ ⁠Added troubleshooting for NDK unavailability in the client machine.
6.⁠ ⁠Added necessary configurations for babel.config.js.
7.⁠ ⁠Separated polyfill code to a separate file for better code presentation and imported it at the top of the entry file.
8. added yarn scripts for packages installation

@mikemaccana
Copy link
Collaborator

Was replaced by #403 by author.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants