b-asaf

Results 22 comments of b-asaf

I am struggling with dynamically importing icons as well :(, and I tried several approaches: 1. In @LuisCor solution, that worked for @hansfeenstra1997 - which requires installing `@svgr/webpack` and I...

any updates? I am also need a converter between `Liter` and `Oz`. When to show `250ml` and when `8Oz` based on device locale (I am writing in RN app for...

I create library using this package and inside it I did the following: 1. Migrate the `objective-c` files to `swift` file 2. Create `objective-c` file to export the method I...

Hey, similar issue happen to me in `React.js` any update regarding this issue. the version I am using: `"exceljs": "^3.4.0"` My code is: ``` import Excel from 'exceljs'; // OR...

Hi, currently I am working on Android, But I am looking for a solution for iOS as well. regarding @mnichols solution - from where I get 'aws-sdk-react-native-core-0.0.2.tgz' to install in...

Hi, great package, I am still learning how to use and trying to understand it. Where or How did you add the links to another section in the readme file?...

I encounter the same issue. In order to resolve all the issues after adding the package to my project I had to: 1. Adding to `webpack config` (using webpack 4):...

I am using different solution, I am using `xlsx` package directly: ``` import XLSX from 'xlsx'; export default (data, fileName) => { // create a new blank workbook const workBook...

from docs: ``` // Good // Bad ``` in the good example: `` -> `...` `{children}` -> ``

@micahrye thank for your reply regarding question 1: the `onPress` is called. 1. When `loopAnimation === true`: tapping on it starts the animation but the animation does not stop when...