Maxim Toyberman
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 ?
RTL bug
The next and previous buttons are on the opposite side . when testing on device with RTL language.
The text is cutoff : 
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...