A property finder application written using React Native

Overview

React Native PropertyFinder App

This repository accompanies the tutorial I published on Ray Wenderlich's website, which describes the process of building a simple property search application using React Native.

The project was created using the react-native-cli tool:

react-native init PropertyFinder

To run this project you need to fetch the node dependencies using the following command:

npm install
Comments
  • Missing class RCTRootView

    Missing class RCTRootView

    Hi, I got this error while trying to build the project: /.../ReactNative/ReactNative-PropertyFinder-master/iOS/AppDelegate.m:12:9: 'RCTRootView.h' file not found

    opened by victor-kotov 2
  • Removed Broken Class Implemenation.

    Removed Broken Class Implemenation.

    ~~Because PropertyFinderApp extends React.Component, returning React.NavigatorIOS was breaking the router on my system. I figure this would have been noticed and fixed, so perhaps this is a problem exclusively on my own system. If not, this will be helpful to newcomers, and the blog should be updated as well.~~

    Refreshing fixed it

    opened by dternyak 0
  • RCTWebSocket is not linked correctly?

    RCTWebSocket is not linked correctly?

    I download this repo and run npm i in command line. Then I compile this project, it won't work. I fix this by adding RCTWebSocket to Link Binary With Libraries in Build Phases. Maybe the RCTWebSocket is not linked correctly.

    opened by EdwardBX 1
  • Canno connect server when run ios on real iphone

    Canno connect server when run ios on real iphone

    I get red screen show can not connect developer server. But I have npm start console screen when run on xcode. I also try manual run npm start from this source directory

    opened by nvcken 1
  •  ERROR  Watcher took too long to load

    ERROR Watcher took too long to load

    [email protected]:/Users/edwin/Documents/workfolder/workspace/ReactNative-PropertyFinder git:(master*) $ npm start

    [email protected] start /Users/edwin/Documents/workfolder/workspace/ReactNative-PropertyFinder node_modules/react-native/packager/packager.sh

    =============================================================== | Running packager on port 8081.
    | Keep this packager running while developing on any JS
    | projects. Feel free to close this tab and run your own
    | packager instance if you prefer.
    |
    | https://github.com/facebook/react-native
    |

    Looking for JS files in /Users/edwin/Documents/workfolder/workspace/ReactNative-PropertyFinder

    React packager ready.

    [23:48:35] fs crawl [23:48:36] fs crawl (1376ms) ERROR Watcher took too long to load Try running watchman version from your terminal https://facebook.github.io/watchman/docs/troubleshooting.html Error: Watcher took too long to load Try running watchman version from your terminal https://facebook.github.io/watchman/docs/troubleshooting.html at [object Object]._onTimeout (/Users/edwin/Documents/workfolder/workspace/ReactNative-PropertyFinder/node_modules/react-native/packager/react-packager/src/FileWatcher/index.js:98:16) at Timer.listOnTimeout (timers.js:89:15)

    See http://facebook.github.io/react-native/docs/troubleshooting.html for common problems and solutions.

    npm ERR! Darwin 14.4.0 npm ERR! argv "/Users/edwin/.nvm/versions/io.js/v2.3.4/bin/iojs" "/Users/edwin/.nvm/versions/io.js/v2.3.4/bin/npm" "start" npm ERR! node v2.3.4 npm ERR! npm v2.12.1 npm ERR! code ELIFECYCLE npm ERR! [email protected] start: node_modules/react-native/packager/packager.sh npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] start script 'node_modules/react-native/packager/packager.sh'. npm ERR! This is most likely a problem with the PropertyFinder package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node_modules/react-native/packager/packager.sh npm ERR! You can get their info via: npm ERR! npm owner ls PropertyFinder npm ERR! There is likely additional logging output above.

    npm ERR! Please include the following file with any support request: npm ERR! /Users/edwin/Documents/workfolder/workspace/ReactNative-PropertyFinder/npm-debug.log

    opened by wanghaisheng 1
  • An uncaught exception when navigator.geolocation is called

    An uncaught exception when navigator.geolocation is called

    Error Log

    NSInvalidArgumentException', reason: 'layoutCharactersInRange:forLayoutManager:maximumNumberOfLineFragments:: Invalid character range {0, 2090513696} requested for a text storage with length 0'
    
    opened by NicoleY77 0
  • can not start project in xcode 6.2

    can not start project in xcode 6.2

    first all, thanks for sharing your implementation. I tried to start the project in xcode6.2 and it failed with the following error in simulator:

    Requiring unknown module "image!house". if your are sure the module is there, try restarting the packager. 
    
    opened by vikbert 1
Owner
Colin Eberhardt
Hi - I'm Colin.
Colin Eberhardt
React Native library that implements PayPal Checkout flow using purely native code (swift).

react-native-paypal-swift React Native library that implements PayPal Checkout flow using purely native code (swift). Installation npm install react-n

Tibb 6 Nov 28, 2022
A simple To Do application written in React Native

Example To Do List application in react-native Requirements, install as needed: React Native: $ npm i -g react-native-cli watchman: $ brew install wa

Joe Maddalone 177 Sep 24, 2022
React Native Twitch application

Notes I'm going to rewrite this project ?? . Be ready to new Twitch application. Twitch This project was built for The Rolling Scopes #18 meetup. As o

Ilja Satchok 90 Nov 24, 2022
iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android).

FinanceReactNative iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android). Data is pulled from Yahoo Finance

kf 2k Dec 29, 2022
A Hacker News client written in React Native

React Native Hacker News A modern cross-platform HackerNews client built on React Native Features The app currently has the following functionality: H

George Jose 65 Dec 14, 2022
A react native interface for integrating payments using Braintree

A react native interface for integrating payments using Braintree

eKreative 17 Dec 30, 2022
React Native utility library around image and video files for getting metadata like MIME type, timestamp, duration, and dimensions. Works on iOS and Android using Java and Obj-C, instead of Node 🚀.

Qeepsake React Native File Utils Extracts information from image and video files including MIME type, duration (video), dimensions, and timestamp. The

Qeepsake 12 Oct 19, 2022
React Native 实现无侵入自定义下拉刷新组件

react-native-ly-refresh-control 下拉刷新 iOS 基于MJRefresh 通过RCTCustomRefreshContolProtocol实现RefreshControl组件封装 JS端可以无侵入自定义下拉刷新只需要替换对应的refreshControl Androi

少言 12 Jul 2, 2022
iOS 15 share play API in react-native

react-native-shareplay iOS 15 share play API in react-native Installation yarn add react-native-shareplay And go to Xcode Capabilities and enable "Gro

Popshop Live 27 Oct 16, 2022
React Native package for interacting with HomeKit devices

React Native package for interacting with HomeKit devices

Ibrahim Berat Kaya 4 Dec 24, 2021
react native esptouch

react-native-esptouch One should know that This is a Unofficial project. The official demo is below: EsptouchForAndroid EsptouchForIOS Getting started

五毛共和国 Wumaoland 0 Oct 25, 2021
React Native Template for Taro

React Native Template for Taro requirement taro: @tarojs/cli@^3.2.0 framework: 'react' quick start install react native library install peerDependenci

null 1 Nov 20, 2021
A suite of IoT tools to use with React Native.

react-native-iot-tools WIP. A suite of IoT tools for React Native applications. Package iOS Android @react-native-iot-tools/bluetooth ✅ ❌ @react-nativ

Sara Pope 3 Oct 31, 2022
A testing MQTT react native library

react-native-awesome-testing abc Installation npm install react-native-awesome-testing Usage import { multiply } from "react-native-awesome-testing";

null 0 Nov 26, 2021
Encryption/Decryption for React Native

@dhairyasharma/react-native-encryption Encryption/decryption for React Native. Benchmark File Details File Link http://bit.do/benchmarkfile File Size

Dhairya Sharma 5 Sep 13, 2022
Encryption/Decryption for React Native

@dhairyasharma/react-native-encryption Encryption/decryption for React Native. Benchmark File Details File Link http://bit.do/benchmarkfile File Size

Dhairya Sharma 5 Sep 13, 2022
React Native Photo Editor (RNPE)

React Native Photo Editor (RNPE) ?? Image editor using native modules for iOS an

Suman Kamilya 9 Aug 16, 2022
Discover Movies and TV shows - React Native

movieapp Discover Movies and TV shows Download APK file Download from Google Drive - v2.2.1 What's included Name Description React Native Build Native

June Domingo 1.8k Dec 28, 2022
All my React Native examples

ReactNativeExamples All my React Native examples and experiements can be found here. This repo is divided into two sub folders, Instructions git clone

Joseph Khan 93 Oct 2, 2022