Maxim Toyberman

Results 12 issues of Maxim Toyberman

when using in RTL layout, the flag is on the wrong side

How do I pass data to worker ? execute() doesn't receive any parameters should I do it via a constructor ?

The next and previous buttons are on the opposite side . when testing on device with RTL language.

The text is cutoff : ![screen shot 2017-10-11 at 13 05 00](https://user-images.githubusercontent.com/11058371/31434463-230d74d4-ae85-11e7-81b9-96fc35b3bbac.png)

This is my request ``` pinch.fetch(Someurl,{ method: "POST", timeoutInterval: getConfig().communication_timeout, sslPinning: { cert: getCertificateName() }, body: request ? JSON.stringify(request) : "{}", headers: { 'content-type': 'multipart/form-data; charset=UTF-8' } }) ``` However...

I have added the certificate to /app/src/assets and i get an exception 'Trust anchor for certification path not found'

I have a strange error when exiting the app and reentering it ,the ShowcaseView is not centered,I use this code in a Fragment. This my code for : ``` target...

This is my code: ``` 'use strict' const {h, Component} = require('ink') const importJsx = require('import-jsx') const PropTypes = require('prop-types') const inkRouter = require('ink-router') const CommandLineRouter = inkRouter.CommandLineRouter const Switch...

### Description I am using react-native-charts-wrapper, and after enabling the new architecture (Fabric) on iOS, the charts no longer render. On Android, I have started migrating to Fabric (work in...

Platform: iOS
Issue: Author Provided Repro
Type: New Architecture