mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 17:13:46 +08:00
- [React Native] Fix RCTText crashes | Alex Akers
- Ensure that NSLocationWhenInUseUsageDescription is set, throw error if not | Alex Kotliarskyi
- [ReactNative] fix exception handler method name | Spencer Ahrens
- [ReactNative] Re-configure horizontal swipe animations | Eric Vicenti
- [ReactNative] <Text>: apply the fontWeight correctly if fontFamily style is also present | Kevin Gozali
- [MAdMan] Dimensions.get('window') considered harmful | Philipp von Weitershausen
- Navigator: Changed transitioner background color to 'transparent' | Eric Vicenti
- [react-native] Listen on all IPv6 interfaces | Ben Alpert
- [react-packager] Don't depend on error.stack being available | Amjad Masad
- [ReactNative] fixup AnimationExperimental a bit | Spencer Ahrens
- [react-packager] Implement new style asset packaging (with dimensions) | Amjad Masad
- [React Native] RCT_EXPORT lvl.2 | Alex Akers
- [react_native] Implement TextInput end editing | Andrei Coman
- [react_native] Make TextInput focus, blur, dismiss and show keyboard work | Andrei Coman
- Added non-class-scanning-based approach fror registering js methods | Nick Lockwood
- [ReactNative] Update package.json | Christopher Chedeau
- [ReactNative] Do flow check when running packager | Spencer Ahrens
- [ReactNative] Fix typo/bug in Navigator._completeTransition | Eric Vicenti
- [ReactNative] Fix Navigator exception when touching during transition | Eric Vicenti
- [ReactNative] Remove bridge retaining cycles | Tadeu Zagallo
- [ReactNative] Fix and re-add WebView executor | Tadeu Zagallo
73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"name": "react-native",
|
|
"version": "0.3.7",
|
|
"description": "A framework for building native apps using React",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
},
|
|
"jest": {
|
|
"scriptPreprocessor": "jestSupport/scriptPreprocess.js",
|
|
"setupEnvScriptFile": "jestSupport/env.js",
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/",
|
|
"packager/react-packager/src/Activity/"
|
|
],
|
|
"testFileExtensions": [
|
|
"js"
|
|
],
|
|
"unmockedModulePathPatterns": [
|
|
"source-map"
|
|
]
|
|
},
|
|
"main": "Libraries/react-native/react-native.js",
|
|
"files": [
|
|
"React",
|
|
"Examples/SampleApp",
|
|
"Libraries",
|
|
"packager",
|
|
"cli.js",
|
|
"local-cli",
|
|
"init.sh",
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "node linter.js Examples/",
|
|
"start": "./packager/packager.sh"
|
|
},
|
|
"bin": {
|
|
"react-native-start": "packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"absolute-path": "0.0.0",
|
|
"bluebird": "^2.9.21",
|
|
"chalk": "^1.0.0",
|
|
"connect": "2.8.3",
|
|
"debug": "~2.1.0",
|
|
"joi": "~5.1.0",
|
|
"jstransform": "10.1.0",
|
|
"module-deps": "3.5.6",
|
|
"optimist": "0.6.1",
|
|
"react-timer-mixin": "^0.13.1",
|
|
"react-tools": "0.13.1",
|
|
"rebound": "^0.0.12",
|
|
"sane": "1.0.1",
|
|
"source-map": "0.1.31",
|
|
"stacktrace-parser": "0.1.1",
|
|
"uglify-js": "~2.4.16",
|
|
"underscore": "1.7.0",
|
|
"worker-farm": "1.1.0",
|
|
"ws": "0.4.31",
|
|
"yargs": "1.3.2",
|
|
"bluebird": "^2.9.21",
|
|
"image-size": "0.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"jest-cli": "0.2.1",
|
|
"eslint": "0.9.2"
|
|
}
|
|
}
|