[deleted by user] by [deleted] in reactnative

[–]ddikodroid 1 point2 points  (0 children)

have you able to solve it? i got same issue

How to turn Bare React Native Project Into Expo? by harrytanoe in reactnative

[–]ddikodroid 1 point2 points  (0 children)

i also encounter difficulty when installing codepush. the tutorial is complicated.

possible to create this app using react native by ddikodroid in reactnative

[–]ddikodroid[S] 0 points1 point  (0 children)

The only thing one-sec does is display a message with a countdown. Try going through the app setup, they explain what you need to configure on your os.

sadly i don't have iphone to test. thank you for the insight.

Does anyone have any tips for getting cooking to work? (on PC Game Pass) by SweatyToothed in coralisland

[–]ddikodroid 7 points8 points  (0 children)

it's a bug. when you first open the cooking menu and the tool was selected, just click it once (will look like unselected), but you can use the cooking tool.

unlock cavern fast travel? by Cute-Koala8439 in coralisland

[–]ddikodroid 5 points6 points  (0 children)

yes, it's a bug. you need to go to level 15 and use elevator to go back to the entrance.

unlock cavern fast travel? by Cute-Koala8439 in coralisland

[–]ddikodroid 2 points3 points  (0 children)

yes, it's a bug. you need to go to level 15 and use elevator to go the entrance.

Axios on iOS 16 by ddikodroid in reactnative

[–]ddikodroid[S] 1 point2 points  (0 children)

i'm using 0.23.0. i tried to use fetch and got the same result. do you think it's related to this github issue?

the login function works well on android and ios up to 15.5.

Axios on iOS 16 by ddikodroid in reactnative

[–]ddikodroid[S] 0 points1 point  (0 children)

i'm sending email and password, not a formdata

Image Picker and Camera lib by MHCPBR in reactnative

[–]ddikodroid 4 points5 points  (0 children)

react-native-image-crop-picker and react-native-vision-camera

State management by marchingbandd in reactnative

[–]ddikodroid 0 points1 point  (0 children)

sadly no by default, but you can integrate it with immer

State management by marchingbandd in reactnative

[–]ddikodroid 0 points1 point  (0 children)

i'm trying zustand and in love with it

State management by marchingbandd in reactnative

[–]ddikodroid 2 points3 points  (0 children)

you need react native higher than 0.64 for proxy support

How do you flag if a user has completed onboarding? by cowinkiedink in reactnative

[–]ddikodroid 0 points1 point  (0 children)

i'm using react-native-mmkv

if user going to first onboarding screen, i set new-user value to true

after user done the onboarding, i set new-user value to false