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

error occurred configuring project react-native-photo-view

I have just started with ReactNative and created a project using this tutorial. The project got built and a android application got installed on my phone. Then I used @shoutem/ui library for UI components. According to the documentation, I tried…
Sunil Garg
  • 14,608
  • 25
  • 132
  • 189
0
votes
1 answer

Using Fade-in Animation from @shoutem/animation on s3 image

I am displaying my images from S3. I would like them to fade-in on load. This seems like it should be a simple request. Can someone give me some guidance on this, if possible? Thanks!
0
votes
1 answer

Button styling not not respecting styleName=""

I am using the latest install of ShoutemUI 0.21.3 and RN 0.42.2. All buttons just have a white background. I am not using Shoutem Themes right now. I have tried styleName="confirmation" and still just a white button and no border. Am I missing…
0
votes
1 answer

Error building Shoutem preview build after modifying extension

I've working on modification of the 'shoutem.notification-center' extension using as a guide this tutorial and I'm having some issues. At first I tried to use the Extend the extension approach, but like I've posted on this issue, didn't quite…
0
votes
1 answer

can we use shoutem and native base at same time without loosing performance

can I use native base component along with shoutem animation , I have , without speeding down the application ? (I don't know how to compare the performance of different code in react native so any suggestion in this matter could help me a lot)
Javad Sameri
  • 1,218
  • 3
  • 17
  • 30
0
votes
1 answer

Shoutem pass props to another screen

I have successfully passed props to another screen, but how do I use the props globally on the second screen? I need to be able to use the props passed from screen 1 in all functions including render(), as I am making a fetch call with data from the…
iamthestreets
  • 733
  • 1
  • 15
  • 38
0
votes
1 answer

Shoutem Install Error

I am trying to follow the steps listed here but keep getting an error when trying to install shoutem-cli - $ npm install -g @shoutem/cli npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! ngrok@2.2.21 postinstall: `node ./postinstall.js` npm ERR!…
iamthestreets
  • 733
  • 1
  • 15
  • 38
0
votes
1 answer

Style shoutem camera component

He, I was trying to put the right styles in place in order to see the focus image over the camera screen with a little padding on all sides, but somehow I could not get it done. The shoutem.camera source looks like:
0
votes
1 answer

Image not showing on details screen

I tried the tutorial on https://shoutem.github.io/docs/extensions/my-first-extension/using-ui-toolkit Previewed on Shoutem emulator but details.js is not showing the image. Any solution? details
Jennifer
  • 1
  • 1
0
votes
1 answer

Shoutem Schema Design

I have a question related to the data schema setup. For example, I want to create a list of objects, and in each object have another list object. So how should the schema look? And how should I set up the adminPages property in the extentions.js? In…
0
votes
0 answers

Change style prop NaviagtionBar @shoutem/ui

I try to add shoutem to other app but when i work with NaviagtionBar and @shoutem/animation i got issue like picture below here: this i got when using props style NavigationBar 'inline', and here is my code:
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
0
votes
1 answer

push notifications based off account registration

Is there a way to subscribe users to push notification groups based on what they filled out when they register their account on the app? If they select their position, county, etc. it would subscribe them to those push notification groups? Or…
0
votes
1 answer

Shoutem - Modifying extensions

He, I tried to modify the shoutem.places extension. My custom screen looks like this: import { screens } from 'shoutem.places'; export default class FixedMediumPlaceDetails extends screens.MediumPlaceDetails { render() { const {…
0
votes
1 answer

is there way to fix issue shoutem in android device

i try to used shoutem/ui in my project! I create one component for login/register, it work well in iOS, but at android i got issue like picture below there, here is my code:
Chu Việt Hưng
  • 141
  • 1
  • 1
  • 8
0
votes
1 answer

Modify AndroidManifest.xml through Shoutem platform

I would like to add/modify AndroidManifest.xml, for permissions (FINE_LOCATION) in this case, so I looked how it's done in the Shoutem firebase extension (https://github.com/shoutem/extensions/tree/master/shoutem-firebase). In the preview app this…
Matthijs
  • 3
  • 2