1
DB.users.get_all(function(response){
this.setState(result: response); // not required
return response // required but not working for react-native-db-model
});
我可以從此方法返回響應嗎?我正在使用react-native-db-model而不是在setState()方法中設置響應。任何其他建議,將不勝感激。reactjs/react-native在繼續之前等待承諾解決
在此先感謝。