Skip to content

abhaytalreja/telescope-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

telescope-react-native

This is a react native version for Telescope. This project will out of the box support as a reader to Telescope. We will try to make this project as modular as possible.

It is opinionated to make it easy for people to start but if you have your own way of doing things it's very easy to swap things out and move them around however you see fit.

As it currently stands this project is only focused on configuring the React Native project. The Meteor side is completely up to you, you can have a vanila Telescope-Nova instance or something that you have customized. For thoughts on how to structure your Meteor App I would suggest you read the Meteor Guide and the Mantra spec.

Getting Started

2. NPM dependency

This package depends on the awesome react-native-infinite-scroll-view (repo), react-native-timeago (repo) and react-native-vector-icons (repo) you need to install the dependency:

npm install react-native-infinite-scroll-view
npm install react-native-vector-icons
npm install react-native-timeago

Make sure to link the fonts

rnpm link react-native-vector-icons

Running on iOS Simulator

Note: You must be on a Mac for this.

  • Be sure your Meteor app is running: In the MeteorApp directory, type meteor

You've got a few ways you can run the app for iOS:

  • From the RNApp directory run react-native run-ios
  • From the RNApp directory run npm run ios then start the project in Xcode

Running on iOS Device

Note: You must be on a Mac for this.

  • Get the IP address of your machine (you can run ipconfig getifaddr en1 to do so)
  • In RNApp/app/config/settings.js change localhost to your machine's IP address
  • Plug your device into your computer (make sure it's on the same network)
  • Open the project in Xcode
  • Select your device in Xcode and press "Build and run"

For further information please reference the official docs.

telescope-react-native

This is a react native version for Telescope. This project will out of the box support as a reader to Telescope. We will try to make this project as modular as possible. Any PR's welcome.

About

This is a React Native version of the Telescope app!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published