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
- Tips for building a React Native app on iOS SimulatorSome things I had to do to get my react native app running on iOS simulator: If there is a boost error during ‘pod install’ go to node_modules/react-native/third-party-podspecs/boost.podspec There change spec.source to If you get flipper errors trying to build, go to ios/Podfile Change flipper_config to and comment out this line: Apparently it’s not needed… Read more: Tips for building a React Native app on iOS Simulator
Other Posts
- Tips for building a React Native app on iOS Simulator
- 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
