Questions tagged as 'react-native'

0
answers

Duda Api LastFm react-native

I'm starting on react-native and I have a question about using the last fm api. Since it asks me to enter trews parameters. name , artist , autocrrect however it is not very clear to me how I can do that from a textinput sen...
asked by 11.04.2018 / 06:57
1
answer

Error generating React-Native apk

Good evening I just finished my apk in react-native, but to the general the final buid to distribute it generates the following error: this command use to generate the apk: cd android && ./gradlew assembleRelease     
asked by 05.04.2018 / 08:42
0
answers

How to put icon in scene in native router flux react?

I tried to add an icon to a scene on the right side and it is not shown, someone could say how to add it. <Router hideNavBar titleStyle={styles.textNav} navigationBarStyle={styles.navBarStyle} tintColor="white"> <Scene key="ro...
asked by 03.04.2018 / 17:37
0
answers

sdk Facebook error "Not Logged in: You are not logged in." React-Native

I'm trying to add the facebook login button using the Facebook sdk but I get the following error: Here is the code of the login screen in react: import React, { Component } from 'react'; import { Platform, StyleSheet, View, Te...
asked by 02.04.2018 / 23:46
0
answers

sdk Facebook does not redirect to the login url

I am trying to place a login button with facebook, in React-Native. The button works if I have the Facebook app installed, but if it is not installed it does not redirect to the facebook website and the following error appears: 1.- T...
asked by 03.04.2018 / 18:11
1
answer

Error with react native

everything worked fine until you try to implement react-native-router-flux' use the command to install it as follows: npm i react-native-router-flux and my routes file stayed in such a way: import React, { Component } from 'react'; i...
asked by 03.04.2018 / 22:54
0
answers

Error generating React-Native library link

I'm doing an app on React-Native ( react-native-cli: 2.0.1 ). When trying to install and generate the link Vector-icons , I get these errors. The first error is thrown at me when trying to install the library. and the second error i...
asked by 14.03.2018 / 04:49
0
answers

Integrate Mercado Pago to react-native

my query is the following one I have to develop a project with a paid market I have to integrate it into an application in react-native the application is already developed it is possible to integrate the payment market to react-native.     
asked by 27.03.2018 / 02:54
0
answers

How to pass data from one component of React Native to another?

import Login from './Login'; export default class Perfilextends Component { constructor(props) { super(props); this.state = { username: '', password: '', } } render() { return ( <KeyboardAvoidingView behavior="padding" style={est...
asked by 01.03.2018 / 22:22
0
answers

WebView Block React Native advertising

Hello to the whole community, I am programming an application in native react and I am using WebView to show a player, here the problem arises. the player has a lot of publicity that when clicking to play WebView changes to the advertising page,...
asked by 27.02.2018 / 02:15