Shubham Jha

Results 7 comments of Shubham Jha

try this plugin https://www.npmjs.com/package/obfuscator-io-metro-plugin

try this https://www.npmjs.com/package/obfuscator-io-metro-plugin

Hi @fdrcslv in `/android/settings.gradle` ``` include ':flipper-plugin-rn-performance-android' project(':flipper-plugin-rn-performance-android').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-flipper-performance-plugin/android') ``` and in `./android/app/build.gradle` : ``` debugImplementation project(':flipper-plugin-rn-performance-android') ``` I guess this worked for me for manual linking

I solved this problem by using React.memo, here is a sample code if anyone need ```js const TypingAnimation = React.memo(()=>{ return },(props,prevProp)=> true ); // this line prevent re rendering...

what do you mean by "when an extension loads the app inside other apps", are you Sending the user to another app (react native) using intent?

@AnzeBlaBla Thanks for the suggestion, a PR would be appreciated, I don't use expo, so I might not be able to recreate and test the fix for this issue.

Hi @TowhidKashem can you try this exact version `2.1.0` https://www.npmjs.com/package/obfuscator-io-metro-plugin/v/2.1.0, I tried some fix for JSON, but it wasn't fully tested so I reverted the change in next version. `exts:...