Daniel Nguyen

Results 27 comments of Daniel Nguyen

@euvl It requires `SDL2`, so you will need to install it, if not already. Can be as simple as `brew install sdl2`

> Same on my project. `5.0.0` puts the `testID` in the `TextInput` element (for inputs), while `5.0.1` puts it in the `TouchableWithoutFeedback` element, breaking a ton of tests. > >...

@dVaytul In our case, we need the `testID` on the `TextInput` and `accessible={false}` on the `TouchableWithoutFeedback`

I cannot reproduce the issue with my device (Mi Projector 150"). Still working fine for me though. Sorry cannot help you

Interesting. What is your apktool's version? Also looks like you will need to install `zipalign` and `jarsigner` I will build a docker image for patching.

Which OS are you on? In macOS or Linux, you can run the following command in terminal. Refer to `README.md` for details ``` # decompile apktool d -r -f netflix.apk...

> @mvehar How exactly did you disable it? I cant find the entry in the AppDelegate. Can you maybe post the code you added to your app? Here is my...

> How did you implement `Icon.get(...)`? I use something like this: ``` const getIconComponent = (iconName) => { const iconComponentName = dashedToPascal(iconName); if (iconComponentName in Icon) { return Icon[iconComponentName]; }...

Looks like the PR is in review https://github.com/avaly/paddle-sdk/pull/35