https://github.com/davealdon/bookmankind
Physical book library management
https://github.com/davealdon/bookmankind
Last synced: about 1 year ago
JSON representation
Physical book library management
- Host: GitHub
- URL: https://github.com/davealdon/bookmankind
- Owner: DaveAldon
- Created: 2021-03-05T16:54:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T21:29:08.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T04:07:04.761Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookManKind


[](https://shields.io/)
An app that makes managing your book library super easy, and collaborative. View stats on your library, check out how many book demographics you can investigate, and view other people's libraries.
### Running
##### iOS
- `cd ios && pod install && cd ..`
_If you're using an **M1 Mac**, run the pod install by opening terminal in Rosetta mode (Right-click terminal -> Get Info -> Open in Rosetta)_
and then to run:
- `react-native run-ios` for default simulator
- `react-native run-ios --device` for real device (make sure it's connected to your computer)
- `npx react-native run-ios --simulator="iPhone SE (2nd generation)"` for a _specific_ simulator
### Troubleshooting
##### iOS
- XCode build fails `'atomic_notify_one' is unavailable`
Change the "use_flipper" reference in your podfile to this:
`use_flipper!({ 'Flipper-Folly' => '2.5.3', 'Flipper' => '0.87.0', 'Flipper-RSocket' => '1.3.1' })`
Then run `pod repo update` and `pod install` and rebuild.