Skip to content

Commit

Permalink
Remove additional files
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaminus committed Mar 3, 2018
1 parent f96e908 commit 2d6a5cb
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 193 deletions.
39 changes: 0 additions & 39 deletions src/components/BackgroundImage/index.js

This file was deleted.

20 changes: 0 additions & 20 deletions src/components/BackgroundImage/styles.js

This file was deleted.

79 changes: 0 additions & 79 deletions src/components/XPButton/index.js

This file was deleted.

52 changes: 0 additions & 52 deletions src/components/XPButton/styles.js

This file was deleted.

4 changes: 1 addition & 3 deletions src/screens/Predict/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import { Button, Text } from "react-native-elements";

import Clarifai from "clarifai";

import BackgroundImage from "../../components/BackgroundImage";
import Notif from "../../components/Notif";
import XPButton from "../../components/XPButton";

import styles from "./styles";

Expand All @@ -32,7 +30,7 @@ class Predict extends Component {

componentDidMount() {
const clarifai = new Clarifai.App({
apiKey: "b0959ce79c6e4b6eb7af2c91fb561046" //dummy
apiKey: "" //dummy
});

process.nextTick = setImmediate; // RN polyfill
Expand Down

0 comments on commit 2d6a5cb

Please sign in to comment.