Questions tagged [shoutem]

Shoutem UI - Customizable set of components for React Native applications

Components for React Native applications

Shoutem UI is a set of styleable components that enables you to build beautiful React Native applications for iOS and Android.

Github: https://github.com/shoutem/ui

Docs: https://shoutem.github.io/docs/ui-toolkit/introduction

84 questions
1
vote
1 answer

WebView works with react-native-router-flux NavBar but not with shoutem/ui NavigationBar

When I try to use a custom NavigationBar with a WebView my NavigationBar's back button isn't clickable/pressable Router.js render() { return (
sheepdog
  • 625
  • 5
  • 19
0
votes
0 answers

shoutem/ui with expo fails to compile

Trying to scaffold a brand new Expo / React Native App with Shoutem/UI and I keep getting the same issue. I start by simply doing the following: expo init myApp --template @native-base/expo-template-typescript npm install --save shoutem/ui npm…
Naji
  • 674
  • 2
  • 14
  • 35
0
votes
2 answers

Shoutem UI React Native Android Not building

After manually installing every one of my libraries again, I've noticed that Shoutem UI is throwing an error and breaking my build only for android. Manifest merger failed : Attribute application@allowBackup value=(false) from…
forests
  • 345
  • 5
  • 11
0
votes
1 answer

bundling failed: Error: Unable to resolve module `react-native/Libraries/StyleSheet/ColorPropType.js`

I have this error after I installed shoutem ui to my project and imported to my ui. "bundling failed: Error: Unable to resolve module `react-native/Libraries/StyleSheet/ColorPropType.js" I've tried to follow the suggestion from the react-native…
0
votes
0 answers

React Native Expo components overlapping

I just started with React Native, and I made my first two components,namely an AppBar and a ProductCard. I stacked them in App.js just like in React, but the components are overlapping on each other.. I tried using flexDirection: 'column' but no…
Yashank
  • 743
  • 2
  • 7
  • 23
0
votes
1 answer

Shoutem: where is screen-specific data saved in a cloned project?

I've created an app using Shoutem Builder, but the builder isn't able to do everything I need it to. I've created a local copy with shoutem clone so I can edit the screens myself; however, I'm unable to locate exactly where I would find the file(s)…
Adam S
  • 5
  • 2
0
votes
1 answer

Making ListView Clickable React Native

I am trying to make my ListView clickable so that whenever the user clicks anywhere on the screen. An item is added to the list. Now the problem I am facing is that the listview is not scrolling. So to solve this issue I wrapped my ListView with…
Kamil Kamili
  • 1,757
  • 5
  • 24
  • 39
0
votes
1 answer

Creating a landing page with an extension using shoutem builder

It seems likes I am limited by the shoutem builder to having a default Main Navigation, whereby all of the other screens are wrapped by it. Is it possible for me to create a landing page where my users can sign in, and then segue to the Main…
YellowPillow
  • 4,100
  • 6
  • 31
  • 57
0
votes
1 answer

How do I render a Shoutem extension

I was wondering how I would render some Shoutem extension, for simplicity I am going to render it as my only component like so: import 'es6-symbol/implement'; import React from 'react'; import { AppRegistry, View } from 'react-native'; import…
YellowPillow
  • 4,100
  • 6
  • 31
  • 57
0
votes
1 answer

Shoutem eslit 'define' is not defined no-undef

He Guys I am using shoutem with a react-native webpack 4 project i i get the following error... ./src/node_modules/MyProject/boilerplate/node_modules/tinycolor2/tinycolor.js Line 1187: 'define' is not defined no-undef Line 1188: 'define' is…
Tim Smart
  • 178
  • 1
  • 13
0
votes
1 answer

React native, shoutem/ui : navigating back on NavigationBar does not work on iOS

I am struggling to make back navigation arrow on shoutem/ui NavigationBar work on iOS. The navigation bar looks like this and works on Android as expected (tap on the arrow navigates to specific predefined view) : The related layout is as follows…
user2082616
  • 195
  • 1
  • 17
0
votes
1 answer

Shoutem Builder crash: Which Shoutem extensions are absolutely required?

The app I'm developing using Shoutem doesn't require user login credentials, so I decided to remove the 'Users' extension from my Shoutem project. After doing this and rebuilding the app in the Shoutem Builder preview window, I get this error when…
Adam S
  • 5
  • 2
0
votes
2 answers

Remove Content from on top of Shoutem ui NavigationBar

When I use the Shoutem UI NavigationBar the content after is on top of the navigationbar. How can I move it down?
0
votes
1 answer

HTML Code disappears from ShoutEm Builder

I have a HTML5 element I'd like to include in the body of one of my ShoutEm screens in ShoutEm builder. When I paste the element's HTML code into the description box, it shows the element, but the code and element disappears the moment I click…
Adam S
  • 5
  • 2
0
votes
1 answer

Card in Shoutem UI not working

I am trying the Card example from docuementation of shoutem-ui, but its not showing the full content here is my .js file import React, { Component } from 'react'; import { View, Subtitle, Card, Image, Caption } from '@shoutem/ui' export…
Anmol Gautam
  • 949
  • 1
  • 12
  • 27