completion

This commit is contained in:
2025-08-06 13:49:11 +08:00
commit c2d7317897
684 changed files with 92987 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
Changelog 2019-06-05 10:46:50
- Customise android transition config
- upgrade react-native-webview
Changelog 2019-05-28 11:24:32
- Added svg transform
- migrate ios svg library to podfile
- added metro config
Changelog 2019-05-24 15:21:03:
- Changed NixShareModule, handle dynamic android content provider uri
- Changed react-native-nixplay-core
- Changed react-native-creedon-imagepicker
- Added shareExtension reducer
- Added shareExtension saga
- Added shareExtension reducer unit test
- Added shareExtension saga unit test
- Changed ShareExtPreview ui/ux
- Changed ShareExtPlaylist ui/ux
- Changed Prompt Natification after upload completed
- Show warning messagewhen user selected contents exist max
Changelog 2019-05-03 18:45:39:
- react-natvie async-storage → @react-native-community/async-storage 1.2.4
- migration is not support 1.2.x to 1.3.x , we stick to 1.2.x now
Change logs 2019-04-26 16:50:16:
upgrade rn 59
- default node verion 10.x
- react-native-languages → react-native-localize
- react-natvie async-storage → @react-native-community/async-storage
- reat-native slider → @react-native-community_slider
- react-natvie netinfo → @react-native-community/netinfo
- react-native-enhanced-webview → react-native-webview
- upgrade babel babel/core": "^7.4.0"
- .babelrc → babel.config.js
- upgrade jest
- toThrow(error.message) → toThrow(error)
- .toThrow(error.error.message) → toMatch(error.error.message)
- android project.supportLibVersion "27.1.1" → "28.0.0"
- upgrade react-navigation
- added react-native-gesture-handler
- Added export const Root = createAppContainer(RootStack);
- headerSetting.navigationOptions → headerSettings.defaultNavigationOptions
- upfrade react-native firebase
- com.google.gms.googleservices.GoogleServicesPlugin.config.disableVersionCheck = true
- Android Share Extension
- changed Theme.Share.Transparent → default "AppTheme"
- CustomMainReactPackage.java
- spec.getType() → ("http".equals(NetworkingModule.class) || "https".equals(NetworkingModule.class))
- Added CustomNetworkModule.java
- gradle-4.6 → gradle-5.1.1
- upgrade react-native-intercom
- depreceated postinstall.sh
- src/components/reduxForm/renderer.js Slider default valude = 0
- webViewComponent.js using react-native-webview
- src/locale/i18n.js upgrade for RNLocalize
- react-native-video 4.3.1 → 4.4.0(customized)
- Textinput multi charaters input method fixed
- update redux-saga
- __tests__ migrate delay to redux-saga/effect