✅ Daniel Danielecki

Results 70 issues of ✅ Daniel Danielecki

The app could be `Linux`, `macOS`, and `Windows` as per https://docs.expo.dev/guides/using-electron/. More resources: - https://github.com/expo/examples/tree/master/with-electron - an alternative: https://microsoft.github.io/react-native-windows/

enhancement

https://necolas.github.io/react-native-web/docs/multi-platform/ might be helpful as a starting point

enhancement

Only registered and/or paid users should be able to add events. Currently, everyone without registration can add events.

enhancement

According to [this comment](https://github.com/expo/eas-cli/issues/1491) files in `.gitignore` are ignored in the `EAS` build, too. Therefore, each time a build is created those 3 files: `google-services.json`, `GoogleServices-Info.plist` (also `.env`) must be...

enhancement

For some reason, some of the images from API's are displayed, whereas some are not. In addition to that, let's not rely on the `Android` simulator. `Android` device, `iOS` device...

enhancement

Try to debug it, it might be related to this part of the code: ``` const [selectedLocation, setSelectedLocation] = useState({ latitude: 0, longitude: 0, }); ``` or ``` let markerCoordinates:...

bug

https://github.com/halilb/react-native-textinput-effects

enhancement

Starting source: https://justinnoel.dev/2019/12/27/e2e-testing-of-react-native-apps-using-cypress/

enhancement

Adding events will require users to be have an account. The preference would be to use Anonymous Authentication https://rnfirebase.io/auth/usage#anonymous-sign-in & https://firebase.google.com/docs/auth/web/anonymous-auth. Till the moment, we won't have a profile, which...

enhancement

The logic was on every `screen`, because when trying to put this in `App.tsx` (https://github.com/tamotam-com/tamotam-app/commit/c6a3605f0ae58b2cc4a3a61cb1568a663c0e719b) or `navigation/index.tsx` (https://github.com/tamotam-com/tamotam-app/commit/5619f8a5b2baf64215221bf3598b1ada69c33276) to avoid code duplication then whenever the internet was back, the user...

enhancement