Florentin
Florentin
Hi Personally, I use `AnyAction` from redux as a workaround I hope a real type will be created for the actions but it's quite tricky as it must be an...
So, for those who have the same issue I found a workaround : ``` class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) // This will manually...
I encountered the same problem recently, I always assumed that the setter was stable I have tested the fix by @rwilliams3088 #10740 and it seems to work like a charm...
Hi @fkhadra Thanks for the response, I can provide a codesandbox of the lib example, but I don't know how I can reproduce the case of importing another lib that...
Ok so, the way I tested goes like this in order to be as simple and straightforward as possible : I created a small lib that use toastify to display...
Any update for this ?
Still no luck with v10 unfortunately
Ok so big update ! Thanks to this issue #1061 I tried some things So I upgraded to v10 and targeted my lib to esm and now the toast triggered...
Same here. `Cannot read property 'raiseTestNativeError' of undefined`