I want to you shoutem ui

I want to use avoid ui library for react-native and It won’t work in expo. Is there any way I can use this without react-native link? Then I need to eject my project from expo.

Check out this doc: https://github.com/shoutem/ui/tree/develop/examples/create-react-native-app

You can also avoid using their custom fonts by using a custom theme.

<StyleProvider style={theme}>

Essentially you want to fork the default theme provided in shoutem/ui (https://github.com/shoutem/ui/blob/develop/theme.js)

Detailed instructions on theming: Introduction - UI toolkit Theme - Shoutem Developers

1 Like