Mohammad Golkar

Results 3 comments of Mohammad Golkar

I found the problem please edit Model.java in com.activeandroid Line 260 ``` if (entity == null) { TableInfo tableInfo = Cache.getTableInfo(entityType); entity = new Select().from(entityType) .where(tableInfo.getIdName() + "=?", entityId).executeSingle(); }...

Hi Main in package.json set Day.js, you can use it directly. `import PersianCalendarPicker from 'react-native-jalali-date-picker/PersianCalendarPicker';` Or use my version: https://github.com/mgolkardev/react-native-jalali-date-picker-rtl

Hi @joncursi You can only use react native component in placeholder. This not working: ``` import { UIActivityIndicator } from 'react-native-indicators'; export default class componentName extends PureComponent { render() {...