Peyman

Results 9 issues of Peyman

how can i change the font? i need to change items font, search font i try renderListItem for changing the fonts for items like this ``` renderListItem={data => {data.Name}} ```...

question

کتبخونه رو نصب کردم ولی وقتی میخوام اجرا کنم برنامه رو با این ارور مواجه میشم error: Error: Unable to resolve module `rmc-picker/assets/index.css` from `node_modules\@persian-tools\persian-mobile-datepicker\build\index.js`: rmc-picker/assets/index.css could not be found...

bug

time picker almost work in debug but not work on release mode ``` { setselectedTime(time); setTimeVisible(false); }} /> ``` in release Mode numbers don't scroll at all react native 62

I created a chat like this. my model export default class Chats extends Model { static table = 'chats'; @field('is_group') isGroup; } my schema tableSchema({ name: 'chats', columns: [ {name:...

I'm using react-native-webrtc and react-native-incall-manager to make a call and use a button to make my speech to text when I'm disabling the video call every thing about react-native-voice works...

Hi, first of all THANK YOU for your great work. we used your source in our project. but we have a problem with the Real time database rules. every day...

when my phone ring i want to answer the call after couple of second automatically can any body help me that what should i do and witch methods or libraries...

question

## Your Environment * Plugin version: 0.6.3 * Platform: Android * OS version: windows * Device manufacturer and model: * Running in Simulator: * React Native version: 0.63.2 * Plugin...

when I use **refreshing={refreshing}** and **onRefresh={onRefresh}** the header is not collapsing, but when I comment them everything works OK. ```

question