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
0
votes
1 answer

How does Shoutem v5 handle multilevel navigation?

The examples don't show how to link from one screen to another. Is this possible using the Shoutem v5 web interface?
njdeveloper
  • 1,465
  • 3
  • 13
  • 16
0
votes
1 answer

How to make custom theme using Shoutem's StyleProvider that properly uses underlying INCLUDE

I really love the shoutem theme library, but I'm finding it difficult to hook into the recursive INCLUDE that makes the underlying code work beautifully (See code+documentation here: https://github.com/shoutem/theme/blob/develop/src/Theme.js). For…
Simon Ayzman
  • 247
  • 3
  • 5
  • 12
0
votes
3 answers

React Native Shoutem UI Tool kit Icon not working

Here you can see the icons are not loaded. Can someone please find me a solution. Code content: import {Icon, Row} from '@shoutem/ui'; return (
Yadu C
  • 11
  • 2
0
votes
1 answer

how to set up a custom Navigation header in react native using shoutem/ui and exponent

I'm using exponent and shoutem/ui on a project. Here's exponent's built in navigation https://github.com/exponent/ex-navigation And I am trying to figure out how to customize the navbar with a search box and a filter dropdown using…
MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460
0
votes
1 answer

How do I expose a function of an internal component through a wrapping class in react?

I am using @shoutem/ui library that has it's own TextInput implementation for react native. https://github.com/shoutem/ui/blob/develop/components/TextInput.js I'm trying to set focus on the next input on a keyboard next button press like so React…
MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460
0
votes
1 answer

Understanding how to load a "font-family" in react native

I'm trying to grok an understanding of fonts vs font-families in react native. I found a bug between the shoutem/ui library and exponentjs frameworks where shoutem/ui had set a style for a TextInput to Rubik. However, the exponentjs project loads…
MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460
0
votes
1 answer

how to create an inline facepile with shoutem/ui and react native

How do I create an inline row of images in shoutem/ui? Right now they show up as block elements, each with its own row. Instead I want to show them as a centered row of avatar…
MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460
0
votes
2 answers

Unknown named module: 'react/lib/NativeMethodsMixin'

I create a new React Native project and install @shoutem/ui in project and include the Examples component of Shoutem UI into React Native app. import React, { Component } from 'react'; import { AppRegistry } from 'react-native'; import { Examples…
Kais
  • 1,925
  • 3
  • 23
  • 35
-7
votes
1 answer

How to learn making Multi Screen Apps using React Native

I am new to both JavaScript and React Native. I've learned most of React and React Native and have built Apps using the knowledge too. But all of those were single screen ones. But in the real world, 99% of the Apps require another page. I browsed…
1 2 3 4 5
6