diff --git a/package.json b/package.json index 2528dbfea8..7784847fd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-navigation", - "version": "8.7.0", + "version": "8.7.5", "description": "React Native Navigation - truly native navigation for iOS and Android", "license": "MIT", "nativePackage": true, @@ -29,11 +29,19 @@ "types": "./lib/typescript/src/index.d.ts", "default": "./lib/module/index.js" }, + "./Mock": { + "react-native": "./Mock.ts", + "source": "./Mock.ts", + "types": "./lib/typescript/Mock/index.d.ts", + "default": "./Mock.ts" + }, "./package.json": "./package.json" }, "files": [ "src", "lib", + "Mock", + "Mock.ts", "android", "ios", "autolink",