shoutem

Shoutem UI React Native Android Not building

无人久伴 提交于 2020-07-10 10:27:18
问题 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 AndroidManifest.xml:11:7-34 is also present at [me.relex:photodraweeview:1.0.0] AndroidManifest.xml:10:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:7:5-117 to override. Following suggestings

HTML Code disappears from ShoutEm Builder

痴心易碎 提交于 2020-01-06 06:52:38
问题 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 anywhere in the builder. Is there any way to make the HTML code stick and not disappear? 回答1: The HTML5 editor included in the content settings pages for the CMS is limited in it's uses. It doesn't support: Inline styling <iframe> embeds other than

Shoutem - Modifying extensions

不想你离开。 提交于 2019-12-13 08:39:10
问题 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 { place } = this.props; const { location = {} } = place; return ( <Screen> <NavigationBar /> <ScrollView> {this.renderLeadImage(place)} </ScrollView> </Screen> ); } } I am just overriding the render() method, and inside this method I would like to call the

Shoutem fetch data not displaying

 ̄綄美尐妖づ 提交于 2019-12-11 05:27:43
问题 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 displays a list of items returned from a fetch. Once I click on the item, it will open the second screen which is the details screen. I am passing data from screen1 to screen2. In screen2 I need to make another fetch call for different data, but it does