Have successfully linked lib with Xcode, but toast is not showing on button click. var Toast = require('@remobile/react-native-toast'); onChipSelected(id,dataArr){ Toast.show.bind(null, "this is a message"); }
Have successfully linked lib with Xcode, but toast is not showing on button click.
var Toast = require('@remobile/react-native-toast');
onChipSelected(id,dataArr){
Toast.show.bind(null, "this is a message");
}