This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"APP_NAME": "AN10NA", | |
"WELCOME": "WELCOME", | |
"UPLOAD_PHOTO": "UPLOAD YOUR PHOTO", | |
"USERNAME": "USERNAME", | |
"EMAIL": "EMAIL", | |
"PASSWORD": "PASSWORD", | |
"CREATE_PASSWORD": "CREATE PASSWORD", | |
"CONFIRM_PASSWORD": "CONFIRM PASSWORD", | |
"FORGOT_PASSWORD": "FORGOT PASSWORD?", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disclaimer: The instructions are the collective efforts from a few places online. | |
Nothing here is my original. But I want to put them together in one place to save people from spending the same time as I did. | |
First off, bundle. | |
================== | |
1. cd to the project directory | |
2. Start the react-native packager if not started | |
3. Download the bundle to the asset folder: | |
curl "http://localhost:8081/index.android.bundle?platform=android" -o "android/app/src/main/assets/index.android.bundle" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tycoon | |
Post 100 projects. | |
The Chosen One | |
Earned on Apr 3rd, 2016 Accept 100 projects. | |
The Empire Builder | |
Award 100 projects. | |
The Centurion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const algoliasearch = require('algoliasearch/reactnative')('9BI25RD63R', '4edbe1e1d37bca98c5efdfae09ebba5f'); | |
const properties = algoliasearch.initIndex('properties'); | |
const schools = algoliasearch.initIndex('schools'); | |
const cities = algoliasearch.initIndex('cities'); | |
const communities = algoliasearch.initIndex('communities'); | |
export function searchAlgolia(searchParams, justReloaded, desktop_view, callBack) { | |
// changeTitle(); | |
notSearched = !1; | |
// $rootScope.search_space.selectedProperty = void 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const algoliasearch = require('algoliasearch/reactnative')('9BI25RD63R', '4edbe1e1d37bca98c5efdfae09ebba5f'); | |
const properties = algoliasearch.initIndex('properties'); | |
const schools = algoliasearch.initIndex('schools'); | |
const cities = algoliasearch.initIndex('cities'); | |
const communities = algoliasearch.initIndex('communities'); | |
export function searchAlgolia(searchParams, justReloaded, desktop_view, callBack) { | |
// changeTitle(); | |
notSearched = !1; | |
// $rootScope.search_space.selectedProperty = void 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://reactdevteam.000webhostapp.com/user/?userId=123 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const changeFilterKind = // eslint-disable-line import/prefer-default-export | |
'CHANGE_FILTER_KIND'; | |
export const createActivity = // eslint-disable-line import/prefer-default-export | |
'CREATE_ACTIVITY'; | |
// Ajax request | |
export const FETCHING_DATA = 'FETCHING_DATA'; | |
// Login | |
export const UPDATE_EMAIL = 'UPDATE_EMAIL'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as firebase from 'firebase'; | |
const firebaseConfig = { | |
apiKey: "AIzaSyAfHOFdjPwByt_S7RSPcyF5OPzwp_????", | |
authDomain: "??????-44ce2.firebaseapp.com", | |
databaseURL: "https://??????-44ce2.firebaseio.com", | |
storageBucket: "", | |
}; | |
const app = firebase.initializeApp(firebaseConfig); |
NewerOlder