This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 *
44 * This class stubs out the React-Native classes with React classes
55 */
6- 'use string ' ;
6+ 'use strict ' ;
77/**
88 * ## Imports
99 *
Original file line number Diff line number Diff line change 44 * A thin wrapper over the react-native-simple-store
55 *
66 */
7- 'use string ' ;
7+ 'use strict ' ;
88/**
99 * ## Imports
1010 *
Original file line number Diff line number Diff line change 44 * Abstract Base class for Backend support
55 *
66 */
7- 'use string ' ;
7+ 'use strict ' ;
88/**
99 * ## Async support
1010 *
Original file line number Diff line number Diff line change 55 * see [https://parse.com/docs/rest/guide](https://parse.com/docs/rest/guide)
66 *
77 */
8- 'use string ' ;
8+ 'use strict ' ;
99
1010import CONFIG from './config' ;
1111import Parse from './Parse' ;
Original file line number Diff line number Diff line change 55 * see [https://parse.com/docs/rest/guide](https://parse.com/docs/rest/guide)
66 *
77 */
8- 'use string ' ;
8+ 'use strict ' ;
99/**
1010 * ## Async support
1111 *
Original file line number Diff line number Diff line change 55 * see [https://parse.com/docs/rest/guide](https://parse.com/docs/rest/guide)
66 *
77 */
8- 'use string ' ;
8+ 'use strict ' ;
99/**
1010 * ## Async support
1111 *
Original file line number Diff line number Diff line change 55 * see [https://parse.com/docs/rest/guide](https://parse.com/docs/rest/guide)
66 *
77 */
8- 'use string ' ;
8+ 'use strict ' ;
99
1010
1111const backend = require ( './Backend' ) . default ;
You can’t perform that action at this time.
0 commit comments