Lily and Max adjusted to life in space,Their new home was amazing, a fascinating place,The alien showed them around, and they explored,Lily and Max were happy, they were never bored. They learned about living in zero gravity,And how to move without any gravity,They floated through the ship, with ease and grace,Feeling like they were dancing
Lily and Max’s Lunar Adventure: Chapter 3
Lily and Max sat eagerly in their seats,Ready for their adventure, and all its treats,The countdown began, and the engines roared,The ship was shaking, but they weren’t bored. With a loud blast-off, they were up in the air,Feeling the g-force, but without a single scare,Lily and Max cheered and whooped with glee,As they soared through
Lily and Max’s Lunar Adventure: Chapter 2
Lily and Max couldn’t believe their eyes,As they traveled with their new alien friend in the skies,The universe was vast, with endless wonders to behold,Lily and Max were eager to explore, they were bold. The alien spoke in a language they didn’t know,But with gestures and smiles, they were able to show,That they were friendly
Lily and Max’s Lunar Adventure: Chapter 1
Once upon a time in a small town,Lived two curious kids, Lily and Max,Exploring the backyard was their favorite thing,Always looking for something new to bring. One day, while they played, something caught their eye,A strange spacecraft that made them wonder why,It was unlike anything they had seen before,Lily and Max couldn’t resist exploring more.
Lily and Max’s Lunar Adventure: Exploring the Mysteries of the Moon
In “Lily and Max’s Lunar Adventure”, Lily and Max are two curious kids who dream of traveling to the moon. One day, they discover a mysterious spacecraft in their backyard and decide to investigate. Inside the spacecraft, they meet a friendly alien who invites them on a journey to the moon. During their lunar adventure,
React Typescript TypeError Cannot read properties of null reading useState usage
The error “Cannot read properties of null reading useState usage” usually occurs when you are trying to access the properties of a null object. In the case of React and TypeScript, it can happen when you are trying to access the state of a component before it has been initialized. To fix this error, you
React Native typescript stack.screen component with parameter
In React Native with TypeScript, you can use the Stack.Screen component provided by react-navigation to create a screen component that can receive parameters. Here’s an example of how to create a Stack.Screen component with parameters in TypeScript: In this example, StackParamList is a custom type that defines the available screens in your navigation stack. You
How to do react native build apk expo
To build your Android expo app to the https://expo.dev you can simple run the “eas build”. But if it’s brand new then you have to install it first. Install the eas build tools: Sign up for an account if you haven’t already https://expo.dev/signup Then in the command login into expo Then you can finally do
How to npm rebuild package-lock
How to force a rebuild of package-lock. for both 6.x and 7.x you can do the following. Note that The –package-lock-only argument will only update the package-lock.json, instead of checking node_modules and downloading dependencies. https://docs.npmjs.com/cli/v9/commands/npm-install
Eas Slug for project identified by extra.eas.projectId
eas build:configure Error: Project config: Slug for project identified by “extra.eas.projectId” (my-app) does not match the “slug” field (). Learn more: https://expo.fyi/eas-project-id. How to change App Display Name in Expo Managed app after publishing to App Store? The slug needs to be unique and if you change it you’ll have to create a new app