Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratikluitel/texdit
An ad free reddit client in React Native.
https://github.com/pratikluitel/texdit
expo react react-native reddit yarn
Last synced: 22 days ago
JSON representation
An ad free reddit client in React Native.
- Host: GitHub
- URL: https://github.com/pratikluitel/texdit
- Owner: pratikluitel
- Created: 2020-07-24T07:49:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:41:47.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:07:09.924Z (4 months ago)
- Topics: expo, react, react-native, reddit, yarn
- Language: JavaScript
- Homepage: https://expo.io/@pratikluitel/texdit
- Size: 15.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Texdit for Reddit
An ad free reddit post fetcher app in [React Native](https://reactnative.dev/) - expo, with all the usual reddit features - sorting posts, comments, et al. except of course the sign in feature - which is coming soon, so yayy??
Fetches the thumbnail in the frontpage, and the full picture right after you click on the post. The goal was to only fetch text posts (as indicated by the name of this app, but ehh why not overdeliver, right?)
All replies are currently not fetched (there were some performace issues, which will be fixed soon), you can adjust the reply depth in `components/CommentsComponent.js`, just modify the `max_reply_depth` variable
Has only the dark theme for now, more themes to be added later.
---
#### Running in your own system
1. Install the [npm package manager](https://www.npmjs.com/) and [yarn package manager](https://yarnpkg.com/). Yarn is optional.
2. Clone the repo
`git clone https://github.com/pratikluitel/texdit`3. Install dependencies
`yarn` if you're using yarn or
`npm i` if you're using npm4. Run `yarn start` or `npm start` to run the expo client.
5. Install the [expo app](https://expo.io/tools#client) on your phone, and follow the instructions.
---