python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
react-native-svg - Marker / Line markerEnd doesn't work on Android
Simply trying to draw an arrow line using the following code
import * as React from 'react';
import { Text, View, StyleSheet } from 'react-native';
import Svg, { Defs, Line, Marker, Path } from "...
iphonic
Votes: 0
Answers: 2
#import <DTBiOSSDK/DTBiOSSDK.h> file not found inside a library
I really need help on this thing.
I'm trying to use the following library for react native
https://github.com/KrazyLabs/react-native-amazon-tam
I followed all the steps, but without success for iOS. I...
marco burrometo
Votes: 0
Answers: 0
How to read typescript error in order to understand what type should be used?
I don't understand how to handle typescript error like this.
I am using react-navigation and tried to make custom header.
From documentation there are list of parameters that this component get but I ...
1110
Votes: 0
Answers: 1
Video streaming in react-native using custom API
I'm working on a react-native app using expo-av to show videos, and whne I put in source the uri: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4', from google sam...
PietroPutelli
Votes: 0
Answers: 0