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

React Native: Update ListView Row when props changes

I do have a ListView component with a renderRow() function. My custom ListBountiesView component which renders a ListView Row also takes a prop called cr and displays some content in each row depending on the value of cr. The problem is that when…
0
votes
2 answers

How i can using web view and one View inside ScrollView @shoutem/ui

i try to use @shoutem/ui in my project! i have one Component with Webview and one View inside! I want design it like: Webview full screen, when scroll to end WebView i want see View, then i try to used ScrollView then put WebView and View inside,…
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
0
votes
2 answers

How can i made gird view 3 row with content wrap @shoutem/ui

Hey guys i try used list view @shoutem/ui and have issue with that! Here is my code to renderRow renderRow(rowData, sectionId, index) { const cellViews = rowData.map((channel, id) => { return ( …
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
0
votes
1 answer

How i can update 1 row of list view @Shoutem/ui react native

I try to used ListView of @shoutem/ui ListView data i get via API, response is an array object! Inside 1 object have 1 key value like status with params (follow/unfollow)! If params is follow i render row with full star, or not i define with empty…
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
0
votes
1 answer

How can I charge number line of dropdownmenu using @shoutem/ui?

I try to used @shoutem/ui! In my project, I define 1 Component with header is NavigationBar of @shoutem/ui, in NavigationBar I try define rightComponent is an DropDownMenu, but when long content, navigation bar will made 2 line and I don't want that…
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
0
votes
1 answer

Shoutem ListView - onLoadMore does not stop loading

According to the documentation the ListView's onLoadMore() callback should only be triggered, when "the ListView is scrolled all the way to the bottom of the first page". I do have the following implementation and the problem is that the ListView…
0
votes
2 answers

Using Favourites with Products in shoutem builder

I've been using / testing the new Shoutem builder, and I've installed both the products and the favourites extensions but am wondering on how I can "link" the two in between. So a user can favourite a specific product and store it in a little…
Robert
  • 23
  • 3
0
votes
1 answer

MaxListenersExceededWarning error when trying to download app with shoutem pull-app

Hi I am trying to download an app built with the shoutem builder. I am using the command: shoutem pull-app . And I am getting this error: Pulling the app `Small business app`... Enter your Shoutem credentials (obtained at…
Johnny Zabala
  • 2,285
  • 1
  • 12
  • 14
0
votes
1 answer

Can we customize the Shoutem Admin UI?

Can we change the look and feel? Is it possible to add more menu options that are more specific to the app? For example, if we want to group our screens in to sections, instead of everything being under the main navigation, is it possible?
njdeveloper
  • 1,465
  • 3
  • 13
  • 16
0
votes
1 answer

Unable to run shoutem v5 code using react-native run-ios

After doing a "shoutem pull-app", I tried running the react native code on my simulator using "react-native run-ios". I am getting this error: Installing build/Build/Products/Debug-iphonesimulator/ShoutemApp.app An error was encountered processing…
njdeveloper
  • 1,465
  • 3
  • 13
  • 16
0
votes
1 answer

Shoutem Extension Settings

I tried to write a settings page for my shoutem extension. I followed the following tutorial and could get a working example using Shortcut Settings. How do I implement Extension Settings using the setttingsPage tag in the extension.json file?…
0
votes
1 answer

I can't pull my app with the command shoutem pull-app How can i fix it?

For some reason I getting this message "Due to a bug in the npm, app's path can't contain spaces" . enter image description here
0
votes
1 answer

Shoutem builder preview not working

I'm trying to preview the app after making changes to the built in extensions. When i try to preview the app it tries to build the preview but ends up doing nothing and and brings back the same original screen. I'm not getting an error message at…
acemp
  • 98
  • 3
0
votes
1 answer

How can i use NavigationBar shoutemui

I'm trying to use NavigationBar from the Shoutem UI toolkit. My code: TITLE}/>
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
0
votes
1 answer

Shoutem Changing main background on App

I want to upload an image and set that to the background on my custom shoutem app. I've seen some tutorials where this is possible in the builder but it appears to be for the older version. Do I need to create a custom theme to accomplish this? If…
acemp
  • 98
  • 3