-
Notifications
You must be signed in to change notification settings - Fork 41
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
Improve documentation #3
Comments
Hey @MBach Thank you for pointing out those nasty typos - some samples might have been overlooked while updating API changes after
I appreciate your opinion on not using underscores in package names. In fact, there is no argumentation against using them (beside pure aesthetics, which is subjective), and it makes long names easier to read - and this is some value to me :) Let us know about any other ideas that will come to your mind - we're still in Regards, |
About the imports, in fact there's no javadoc yet, and I'm working with react-native. I mostly use VSCode so I had to manually open the jar in my gradle cache to guess what were the right names. Not really a big deal but it might save some time to others I think. |
@MBach, our SDK has no direct support for React Native for now, so you need to do the stuff manually at the moment. We will consider advancing our SDK to be React Native friendly, but honestly, not in the close future. Good luck with your coding! |
Hi,
You should modify the README.md.
Imports are missing:
ProximityRule doesn't exist!
According to withOnExitAction, it's Function1 and not Function0
Personnaly, I'm not a big fan of underscores in packages names, but it is allowed, so, whatever.
The text was updated successfully, but these errors were encountered: