galio
galio copied to clipboard
Galio is a beautifully designed, Free and Open Source React Native Framework
Current ` if (loading) { content = ; } ` Expected ` if (loading) { content = ; } `
I can not use some special icons such as checkmark-done-circle-outline, md-checkmark-done-circle-outline, ios-checkmark-done-circle-outline... from Ionicons icon family. react-native-vector-icons ver7.0.0 has been installed, and also import into my code. I headed following...
I'm trying to change the disabled prop of a galio button with a state variable. However I keep getting this warning. I even tried simple code sth like: ` Enter`...
**Describe the bug** I am trying to run Galio Framework on React Native Web, and I am getting this error: /PATH/galio-starter-kit/node_modules/galio-framework/src/Toast.js Module not found: Can't resolve 'react-native-web/dist/exports/ViewPropTypes' in '/PATH/galio-starter-kit/node_modules/galio-framework/src' This...
Hey there, I am new using the galio framework, I just installed version 0.7.1 and I get this warning on my editor when I import any component: ``` Could not...
Related to #172 **Read this:** [Working on a PR](https://github.com/galio-org/galio/wiki/Working-on-a-PR) | [CONTRIBUTING](https://github.com/galio-org/galio/blob/master/CONTRIBUTING.md) | [Galio's docs](https://galio.io/docs/) Do you want to **help**? Just comment if you wish to work on: - [ ]...
**Describe the bug** A clear and concise description of what the bug is. expo r -c and run web shows: 「wds」: Project is running at http://0.0.0.0:19006/ i 「wds」: webpack output...
resolves #224 - added PropType for `useNativeDriver`prop - passed `this.props.useNativeDrived` to `Animated.timing` calls.
**Describe the bug** When you pass the onChange function the checkbox stops changing state and stays either checked or unchecked. If you remove onChange(), then it works but I cannot...