Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jon-hawks/dripr-client
Real-time React Native application using Meteor.
https://github.com/jon-hawks/dripr-client
meteor react-native
Last synced: about 1 month ago
JSON representation
Real-time React Native application using Meteor.
- Host: GitHub
- URL: https://github.com/jon-hawks/dripr-client
- Owner: jon-hawks
- Created: 2024-04-30T06:39:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T04:05:16.000Z (7 months ago)
- Last Synced: 2024-10-31T03:42:19.822Z (3 months ago)
- Topics: meteor, react-native
- Language: JavaScript
- Homepage: https://github.com/jon-hawks/dripr-client#Installation
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# dripr Front-end
A stock filtering app written in React Native (and [Meteor](https://github.com/jon-hawks/dripr-server)).Deploys itself upon commit.
## Running
Notes:
1. Be patient! It takes 3-5 minutes for the app to show up in Expo Go. (You may get timeouts or a 'No apps connected' message, keep trying!)
2. Expo will give you a link starting with the protocol "exp://", I had to change this to "https://".
3. To inspect the ngrok tunnel, navigate to: http://localhost:4040/inspect/http## Build Status
[![Main](https://github.com/jon-hawks/dripr-client/actions/workflows/default.yml/badge.svg?branch=main)](https://github.com/jon-hawks/dripr-client/actions)## Directory Structure
Follows the guide at [reactnative.express](https://www.reactnative.express/app/project_structure#large-projects).# Known Issues
1. It isn't known why it takes 3-5 minutes for Metro Bundler to serve the app after starting up. There's no indication it's doing anything either (appears locked up, and reloading the app shows a 'No apps connected' message).