A happy little task list. Spiritual successor to https://github.com/cheezmeister/fantaskulous and https://github.com/cheezmeister/fkls
Here are the things I needed to do on macos to get started. Devenv setup first happened circa September 2023.
cd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/include/ruby-2.6.0
sudo ln -sf ../../../../Headers/ruby/config.h
sudo ln -sf universal-darwin23 universal-darwin22See: https://stackoverflow.com/a/65481787/118220
- Stop using this list, and dogfood instead
- Fix CI
- Fill in REQUIREMENTS.md
- Evaluate https://emotion.sh/docs/install
- Evaluate https://github.com/jonathanpalma/react-native-tesseract-ocr
- Implement "create blocker"
- Implement edit existing tasks
- Parse #project and @contexts
- Test on device
- Deploy to device
- Implement "done"
- Implement change priority
- Implement sort by priority
- Pull in sample tasks
Details
This is a new React Native project, bootstrapped using @react-native-community/cli.
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
First, you will need to start Metro, the JavaScript bundler that ships with React Native. Use npm start
Press i or a as prompted by Metro to run an iOS or Android emulator.
Now that you have successfully run the app, let's modify it.
-
Open
App.tsxin your text editor of choice and edit some lines. -
For Android: Press the R key twice or select "Reload" from the Developer Menu (Ctrl + M (on Window and Linux) or Cmd ⌘ + M (on macOS)) to see your changes!
For iOS: Hit Cmd ⌘ + R in your iOS Simulator to reload the app and see your changes!
You've successfully run and modified your React Native App. 🥳
- If you want to add this new React Native code to an existing application, check out the Integration guide.
- If you're curious to learn more about React Native, check out the Introduction to React Native.
If you can't get this to work, see the Troubleshooting page.
To learn more about React Native, take a look at the following resources:
- React Native Website - learn more about React Native.
- Getting Started - an overview of React Native and how setup your environment.
- Learn the Basics - a guided tour of the React Native basics.
- Blog - read the latest official React Native Blog posts.
@facebook/react-native- the Open Source; GitHub repository for React Native.