react-native-discovery
react-native-discovery copied to clipboard
How to add additional data other than just uuid when advertising?
How to add additional data other than just uuid when advertising? I want to add some custom data is it possible?
well you could make your data a json string
initialize(
myUUID,
JSON.stringify(objectWithdata),
)