Skip to content

Commit

Permalink
build: package 引用调整,加入url-parse,deepmerge关联
Browse files Browse the repository at this point in the history
  • Loading branch information
贺余昆 authored and 贺余昆 committed Jan 9, 2020
1 parent faef3a1 commit 558bfd6
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 3 deletions.
Binary file added assets/bg_movie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/no_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
default: require("./src/gallery").default,
GalleryViewrModal: require("./src/GalleryViewerModal").default
GalleryViewerModal: require("./src/GalleryViewerModal").default,
...require('./src/types'),
};

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"react-native-vector-icons": "*",
"rn-fetch-blob": ">=0.10.15",
"md5": "^2.2.1",
"react-native-gesture-responder": "^0.1.1"
"react-native-gesture-responder": "^0.1.1",
"deepmerge": "*",
"url-parse": "*"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion src/GalleryViewerModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import CachedImage from './basic/CachedImage';
import {PageModal,NavigationHeader,ActionSheetModal} from "@react-native-pure/ibuild-modal";
import update from "immutability-helper";
import GalleryViewer from './gallery';
import type {ImageListPickerData,GalleryFileType} from "./types";
import {ImageListPickerData,GalleryFileType} from "./types";
import {SafeAreaView} from 'react-navigation'
import type {PageModalProps,ActionSheetModalButton} from "@react-native-pure/ibuild-modal";

Expand Down

0 comments on commit 558bfd6

Please sign in to comment.