Arryangga Aliev Pratamaputra

Results 8 comments of Arryangga Aliev Pratamaputra

Hi, thank you for this awesome package. I'm just curious, is the JIT feature has been enabled?

@foyarash very impressive 🔥. Have you managed to fix the Button performance issue? Can we know your implementation?

I also try to change `lodash` implemenation inside NativeBase with JavaScript native implementation. I got this result

Hi @rayan1810 , just curious... Is there any plan or update for this issue?

Yes, why laravel form missing

I never create something like this before, would you like to assist me to close this issue?

@martinezguillaume I followed your suggestion, and this is what I did, inside `app.json` I loaded the fonts using ```json [ "expo-font", { "fonts": [ "./node_modules/@expo-google-fonts/quicksand/Quicksand_300Light.ttf", "./node_modules/@expo-google-fonts/quicksand/Quicksand_400Regular.ttf", "./node_modules/@expo-google-fonts/quicksand/Quicksand_500Medium.ttf", "./node_modules/@expo-google-fonts/quicksand/Quicksand_600SemiBold.ttf", "./node_modules/@expo-google-fonts/quicksand/Quicksand_700Bold.ttf" ]...

Hi @martinezguillaume, it works now :). thank you. Can you tell me why we can't use this? ``` 'Quicksand_600SemiBold': platformSelect({ android: 'Quicksand_600SemiBold', ios: 'Quicksand-SemiBold', }), ```