-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: add react-native support #29
feat: add react-native support #29
Conversation
There are some build errors |
# Conflicts: # package-lock.json # package.json # src/index.ts
@revmischa Fixed! |
I like to work with well defined errors creating specific error classes from Error with additional properties instead of using just the Error with a message. |
Great idea! Perhaps you can create a separate PR for that? |
Ping! |
Pong! |
Thanks! |
First stab at react-native support. Still needs some testing.