Meypod

Results 88 comments of Meypod

locking this to prevent unrelated issues being commented on this issue, don't want the people subscribed to get unnecessary notifications after this to anyone who has any question on this...

@muava12 @b3r4t @SecularSteve @SaminYaser-work @muhaaliss @techyescountry please review the newly added translation keys and change them if needed when you have time please remove auto translated tag when you check...

@Ashraf-Ali-aa wa alaikum assalam as long as you [don't violate the license (AGPL 3.0)](https://www.tldrlegal.com/license/gnu-affero-general-public-license-v3-agpl-3-0) and don't impersonate the app, It's fine I prefer if you also mention the original source...

#1347 is probably solved by this as well (mentioning it for future devs, because it took me some time to land on this issue)

@reylen's solution did not work for me, so I did the following: ```js const path = require('path'); const loadConfig = require('@react-native-community/cli-config/build/loadConfig').default; const config = loadConfig( path.dirname(require.resolve('YourPackage/package.json')), ); const dependencies =...

So I came here to report that some part of my app functionality breaks when upgrading 4.1.5 to 4.2.0 and using ``storage: createJSONStorage(() => zustandStorage),`` but on 4.2.0, using the...

hmm, sorry I thought it's clear from my comment that it's not in mocking, but in actual app that its causing problem. I just thought maybe this issue and mine...

I was able to workaround the issue by wrapping the checkbox with a Pressable, added `pointerEvents='none'` around the checkbox, stopped using the checkbox or checkbox group's onChange. and toggled the...

1# Suggested regions of "Everyday muslim" doesn't make sense, for example Turks in Germany may use Diyanet and ... 2# Latitude and longitude are already shown after you choose location,...

about volume button bug, I'm not sure how to fix it right now, because there's not a straightforward way in android to listen for the button press. maybe I'll look...