Skip to content

Commit

Permalink
Stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Jan 14, 2020
1 parent 8c7c8c9 commit d862da7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions example/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";
import {
View,
Text,
Expand All @@ -7,7 +7,6 @@ import {
SafeAreaView,
TouchableOpacity
} from "react-native";

import MediaPicker from "@paraboly/react-native-media-picker";

console.disableYellowBox = true;
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@freakycoder/react-native-helpers": "^0.1.2",
"@paraboly/react-native-media-picker": "0.0.1",
"@paraboly/react-native-media-picker": "0.0.7",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-dynamic-vector-icons": "^0.2.1",
Expand All @@ -27,7 +27,7 @@
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^24.0.24",
"@types/react": "^16.9.17",
"@types/react-native": "^0.60.29",
"@types/react-native": "^0.60.30",
"@types/react-test-renderer": "16.9.1",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
Expand Down
2 changes: 1 addition & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/* Module Resolution Options */
"moduleResolution": "node" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */,
"baseUrl": "./" /* Base directory to resolve non-absolute module names. */,
"baseUrl": "." /* Base directory to resolve non-absolute module names. */,
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
Expand Down
2 changes: 1 addition & 1 deletion lib/MediaPicker.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";
import { Text, TouchableOpacity, View, Alert } from "react-native";
import {
styles,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraboly/react-native-media-picker",
"version": "0.0.6",
"version": "0.0.7",
"description": "Easy to use media picker modal for React Native by Paraboly",
"main": "./build/dist/MediaPicker.js",
"repository": "git@github.com:WrathChaos/@paraboly/react-native-media-picker.git",
Expand Down

0 comments on commit d862da7

Please sign in to comment.