galio icon indicating copy to clipboard operation
galio copied to clipboard

Galio is a beautifully designed, Free and Open Source React Native Framework

Results 59 galio issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I would like to remove the left icon from the navbar. It doesn't seems possible **Describe the solution you'd like**...

Type: Enhancement
For discussion

I created the profile screen. I didn't know where the scrollview should cut off, so I made it after the user stats.

Type: Enhancement
Status: In Progress

**Social Profile Screen** I am done with this screen and would like some reviews on the work done. I enjoyed using Galio a lot. If not for the issues I...

Type: Enhancement
Status: Accepted

**Describe the bug** A clear and concise description of what the bug is. my react native project is throwing me "galio-framework" has no exported member named 'Checkbox', I have galio-framework...

Fixed a capitalization typo for `Checkbox`. It was being exported as `Checkbox` but typed as `CheckBox` in the index.d.ts and my IDE was complaining about this and I had to...

fontSize is not working. It remains constant.

**Describe the bug** I get this in my logs: Warning: (Block, Icon, Button, Typography, Input ….): Support for defaultProps will be removed from function components in a future major release....

import React, { useState } from 'react'; import { ScrollView, StyleSheet, Text, View } from 'react-native'; import { Block, Button } from 'galio-framework'; const ButtonDemo = () => { return...

**ERROR** Warning: Block: Support for **defaultProps** will be removed from function components in a future major release. Use JavaScript default parameters instead.