louaySleman / react-native-launcher-kit

React Native Launcher Kit is a comprehensive package for building launchers in React Native.
https://nophonelauncher.canguru.au
MIT License
27 stars 7 forks source link

getApps() or getSortedApps() not updating after installing/unistalling apps #4

Closed toketas closed 1 week ago

toketas commented 11 months ago

First of all thank you for this helpful and simple library! I would like to help improve it for sure!

For example, I have the current list of apps: [1,2,3,4,5]

When I install a new app (lets say 6) or if I delete one (example 4), the array doesnt get updated when I call getApps() again. I have to close/clear everything to do it.

xiaozhang0532 commented 9 months ago

@toketas are you found the solution ?

toketas commented 9 months ago

@toketas are you found the solution ?

I had to implement my own Native Module here

xiaozhang0532 commented 9 months ago

@toketas are you found the solution ?

I had to implement my own Native Module here

got it, thanks bro

louaySleman commented 9 months ago

I'm currently working on a new update will fix this issue I'll let you know when it's up here @xiaozhang0532 @toketas

418442040 commented 7 months ago

I've also encountered this. Is there any solution currently? Unfortunately, I don't know Android native skills

418442040 commented 6 months ago

@toketas你找到解决方案了吗?

我必须在这里实现我自己的本机模块

明白了,谢谢老哥

哥们,怎么使用你修改过后的包呢?挺急的,谢谢

xiaozhang0532 commented 6 months ago

@toketas你找到解决方案了吗?

我必须在这里实现我自己的本机模块

明白了,谢谢老哥

哥们,怎么使用你修改过后的包呢?挺急的,谢谢

你是指哪一个包

SudhaRatan commented 1 month ago

Hi, any update on this?

louaySleman commented 1 month ago

I apologize for the delay in addressing this issue. A new version has been developed, and while it has resolved the problem, it still requires some testing before being fully deployed. If you're okay with this, I can proceed with publishing it. The update also includes several new features that I believe you'll find valuable. Please let me know your thoughts. Wishing you all a great day! @toketas @418442040 @SudhaRatan @xiaozhang0532

louaySleman commented 1 week ago

Fixed in v2.0.0! 🚀

I apologize for the delayed response - work has been quite demanding lately. I'm happy to announce that going forward, this project will receive my full attention and support. Stay tuned for more regular updates and improvements!

toketas commented 1 week ago

Fixed in v2.0.0! 🚀

I apologize for the delayed response - work has been quite demanding lately. I'm happy to announce that going forward, this project will receive my full attention and support. Stay tuned for more regular updates and improvements!

Thanks man, I will definitely try it!