RedonAlla

Results 3 issues of RedonAlla

Hi. I am trying to do bottom tab navigator as in the following video: https://www.youtube.com/watch?v=OjNfEWDtLDI&t=22s and on part: const transition = withTransition(active); I have the following error: **TypeError: (0, _reactNativeRedash.withTransition)...

hi it is possible to use @expo/vector-icons? I ma using **createIconSetFromIcoMoon** from @expo/vector-icons ``` import { createIconSetFromIcoMoon } from '@expo/vector-icons'; export default createIconSetFromIcoMoon( require('./icon-settings.json'), 'Icons', 'icons.ttf' ); ``` I am...

hi it is possible to use @expo/vector-icons? I ma using createIconSetFromIcoMoon from @expo/vector-icons import { createIconSetFromIcoMoon } from '@expo/vector-icons'; export default createIconSetFromIcoMoon( require('./icon-settings.json'), 'Icons', 'icons.ttf' ); I am using those...