react-native-nearby-api icon indicating copy to clipboard operation
react-native-nearby-api copied to clipboard

React Native wrapper around the Google Nearby Messages API SDK

Results 17 react-native-nearby-api issues
Sort by recently updated
recently updated
newest added

Tried to use the module but doesn't seem to work with my config. Any ideas? MainApplication.java: ``` import com.facebook.react.ReactApplication; import com.badfeatures.nearby.RNNearbyApiPackage; import fr.bamlab.rnimageresizer.ImageResizerPackage; import com.imagepicker.ImagePickerPackage; import io.invertase.firebase.RNFirebasePackage; import io.invertase.firebase.messaging.RNFirebaseMessagingPackage; import...

Hi, I'm pretty new to RN development and have limited knowledge of IOS or Android. Everything was well with the plugin and we have launched few times but somehow(quite suddenly)...

> [email protected] postinstall D:\Projects\swabit\swabit.app\node_modules\react-native-nearby-api > scripts/install.js 'scripts' is not recognized as an internal or external command,

I'm not sure if you intend on supporting windows, but I just thought I'd let you know this package fails when installing it into your project on windows. It is...

Hi I am trying to identify what are the minimum versions of Android and iOS that can use these package ... where can i find some info related to this?...

Is this module implements only Messages API or also Connections API (https://developers.google.com/nearby/connections/overview) ?

# Overview - Follow dev guidelines for handling Nearby Messages for handling behavior ## Resource - https://developers.google.com/nearby/developer-guidelines ### Respect user privacy - Help the user understand what data your app...

enhancement