Welcome to the ProjectMW Blog.
Here I post about front end coding mainly related to React.
Currently making mobile games with React Native.
Mark
Latest Post
- Creating a new release for a React Native app for google play storeIn your code, in the file build.gradle increase the versionCode. To export an aab file for Google Play run The file will be in the folder android/app/build/outputs/bundle/release/app-release.aab In google play, find your app, click on “Test and release/Production” on the side bar. Then click the ‘Create new release’ button at the top right. Drag and… Read more: Creating a new release for a React Native app for google play store
Other Posts
- Creating a new release for a React Native app for google play store
- Sword and Fairy 1 (2024) Drama Review – part 2
- Sword and Fairy 1 (2024) Drama Review – part 1
- Making a number only text input
- How to export an apk file for testing
- How to fix NativeEventEmitter warning
- Copying a state variable’s value
- Creating an array of empty arrays
- Update all dependencies in package.json to latest
- Accessible hash links
- Difference between var, let and const
- Difference between document.ready and window.onload
- CSS Modules
- Passing a function prop from child to parent
- Passing a function prop from parent to child
- JQuery scrolling logic
- CSS gradient mask
- Animate objects depending on scroll position
- Alternative to running useEffect once
- React: Cloning elements with React.cloneElement()