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
0 answers

Extension installed but nothing happened

I wanted to change and add some text to the login screen of my app so I went into the shoutem.auth and edited the LoginScreen.js file. I then pushed and installed my extension with no issues but when I went to run my app, no changes were made. First…
1
vote
1 answer

NavigationBar not show up inside ScrollView.Provider shoutem/animation

I try to use shoutem in my project, when i try using @shoutem/animation to make my screen look better when do somthing like scroll list, but i have problem. Please look my code below here: here is my import : import React, { Component } from…
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
1
vote
1 answer

Shoutem change default fontFamily not work

im newbie in react native! I'm used shoutem/ui in my project. I have problem when modify default fontFamily. here is my code, please check then help me some solution to handle this. thanks so much guys. const theme = _.merge(getTheme(), { …
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
1
vote
1 answer

Shoutem fetch data not displaying

First I want to start by saying I am a total noob at React Native and Shoutem. I am not sure if I should write Shoutem or React Native in the subject of my questions, but here is my problem. I have two screens: Screen1.js Screen2.js Screen1…
iamthestreets
  • 733
  • 1
  • 15
  • 38
1
vote
1 answer

Shoutem UI Hello World example not working

I'm working on react-native. I recently came across Shoutem UI. I followed the steps mentioned here. However, I'm getting this error screen. What could be wrong?
LEE
  • 3,335
  • 8
  • 40
  • 70
1
vote
1 answer

Implement Hero animation like shoutem About extension

I try to implement the hero animation like in the shoutem About extension. Basically, I add animationName to NavigationBar and the Image like in the extension. I also had to add ScrollDriver because it would error-ed otherwise. But it seems the…
Anh Pham
  • 5,431
  • 3
  • 23
  • 27
1
vote
2 answers

React Native/Shoutem: navigateBack() not working

My Problem is that I would like to navigateBack() from the BountyDetailsScreen to the LoyaltyScreen, but the navigateBack() function call does not trigger any action. When I log the function it says: The only thing I notice is, that the…
1
vote
1 answer

How can i charge color icon navigation bar @shoutem/ui

I tried to create react native project and UI extends Component of @shoutem/ui, But when i used NavigationBar of @shoutem/ui, i can't change color of content inside NavigationBar, like picture below here, News always got black color, how to change…
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
1
vote
1 answer

How can i modify theme default @shoutem/theme

I create new project react native, then i installed @shoutem/ui , @shoutem/theme, @shoutem/animation to my project via nom install...! But i have problem when try to find some way better to modify global theme shoutem. I found theme.js inside folder…
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
1
vote
1 answer

How can i create view with text input inside @shoutem/ui

I try to used @shoutem/ui, i want create View like that: but i can't do this, with my code, i always got like this picture: And here is my code:
1
vote
1 answer

How to run Shoutem React Native apps locally for testing?

I've been really enjoying using the Shoutem builder to create a starter template for React Native. However I want to use my own IDE (Deco IDE) to run a simulator locally and change the code. However, after I "pull" my app from Shoutem via the CLI…
Robert
  • 23
  • 3
1
vote
0 answers

Error running iOS app from shoutem v5

After I do a shoutem run-ios, the app builds fine and loads the splash page. As soon as it goes to the main screen, I get the red error screen with this message: console.error: "Unhandled promise rejction" In the logs, I see the following…
njdeveloper
  • 1,465
  • 3
  • 13
  • 16
1
vote
1 answer

Error running android app from shoutem v5

I'm getting the following error after I do a shoutem run-android Starting: Intent { cmp=com.shoutemapp/.MainActivity } Error type 3 Error: Activity class {com.shoutemapp/com.shoutemapp.MainActivity} does not exist. Starting: Intent { …
njdeveloper
  • 1,465
  • 3
  • 13
  • 16
1
vote
1 answer

How can i using onRefresh and onLoadMore shoutem ui toolkit

I am trying to install shoutem ui to my project. In one component I used listview from shoutem ui! But I only can display item. I can't handler onRefresh and onLoadMore? Can anyone help me? Here is listview:
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
1
vote
1 answer

Shoutem - How does it work for custom backend/integrations?

Interested to learn more about the product. The frontend seems very straightforward. What I'm curious about is how much "backend" services your tools supply? For features that you run the backend for, is there API access? This is the use case I'm…
c-h-
  • 245
  • 1
  • 4
  • 9