Skip to content

Commit

Permalink
Revert searches to SearchScreen.js - merging internally
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeuzagallo committed Mar 27, 2015
1 parent 9b0c2a4 commit bcb8c4c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Examples/Movies/SearchScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,8 @@ var MovieScreen = require('./MovieScreen');

var fetch = require('fetch');

/**
* This is for demo purposes only, and rate limited.
* In case you want to use the Rotten Tomatoes' API on a real app you should
* create an account at http://developer.rottentomatoes.com/
*/
var API_URL = 'http://api.rottentomatoes.com/api/public/v1.0/';
var API_KEYS = [
'7waqfqbprs7pajbz28mqf6vz',
// 'y4vwv8m33hed9ety83jmv52f', Fallback api_key
];
var API_KEYS = ['7waqfqbprs7pajbz28mqf6vz', 'y4vwv8m33hed9ety83jmv52f'];

// Results should be cached keyed by the query
// with values of null meaning "being fetched"
Expand Down

0 comments on commit bcb8c4c

Please sign in to comment.