Skip to content

Commit

Permalink
[BPK-1754] Upgrade React Native to 0.57.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shaundon authored and George Gillams committed Oct 29, 2018
1 parent 9c00005 commit e2448be
Show file tree
Hide file tree
Showing 7 changed files with 4,373 additions and 1,131 deletions.
3 changes: 0 additions & 3 deletions native/.babelrc

This file was deleted.

21 changes: 21 additions & 0 deletions native/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Backpack - Skyscanner's Design System
*
* Copyright 2018 Skyscanner Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

module.exports = {
presets: ['module:metro-react-native-babel-preset'],
};
58 changes: 29 additions & 29 deletions native/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,52 @@ PODS:
- boost-for-react-native (1.63.0)
- BVLinearGradient (2.4.0):
- React
- DoubleConversion (1.1.5)
- Folly (2016.09.26.00):
- DoubleConversion (1.1.6)
- Folly (2016.10.31.00):
- boost-for-react-native
- DoubleConversion
- glog
- glog (0.3.4)
- React (0.55.3):
- React/Core (= 0.55.3)
- glog (0.3.5)
- React (0.57.1):
- React/Core (= 0.57.1)
- react-native-maps (0.21.0):
- React
- React/Core (0.55.3):
- yoga (= 0.55.3.React)
- React/CxxBridge (0.55.3):
- Folly (= 2016.09.26.00)
- React/Core (0.57.1):
- yoga (= 0.57.1.React)
- React/CxxBridge (0.57.1):
- Folly (= 2016.10.31.00)
- React/Core
- React/cxxreact
- React/cxxreact (0.55.3):
- React/cxxreact (0.57.1):
- boost-for-react-native (= 1.63.0)
- Folly (= 2016.09.26.00)
- Folly (= 2016.10.31.00)
- React/jschelpers
- React/jsinspector
- React/DevSupport (0.55.3):
- React/DevSupport (0.57.1):
- React/Core
- React/RCTWebSocket
- React/fishhook (0.55.3)
- React/jschelpers (0.55.3):
- Folly (= 2016.09.26.00)
- React/fishhook (0.57.1)
- React/jschelpers (0.57.1):
- Folly (= 2016.10.31.00)
- React/PrivateDatabase
- React/jsinspector (0.55.3)
- React/PrivateDatabase (0.55.3)
- React/RCTAnimation (0.55.3):
- React/jsinspector (0.57.1)
- React/PrivateDatabase (0.57.1)
- React/RCTAnimation (0.57.1):
- React/Core
- React/RCTBlob (0.55.3):
- React/RCTBlob (0.57.1):
- React/Core
- React/RCTImage (0.55.3):
- React/RCTImage (0.57.1):
- React/Core
- React/RCTNetwork
- React/RCTNetwork (0.55.3):
- React/RCTNetwork (0.57.1):
- React/Core
- React/RCTText (0.55.3):
- React/RCTText (0.57.1):
- React/Core
- React/RCTWebSocket (0.55.3):
- React/RCTWebSocket (0.57.1):
- React/Core
- React/fishhook
- React/RCTBlob
- yoga (0.55.3.React)
- yoga (0.57.1.React)

DEPENDENCIES:
- BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
Expand Down Expand Up @@ -88,12 +88,12 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
BVLinearGradient: 6d8909e3fc6b089defa4b89d967441fa6827a2ee
DoubleConversion: e22e0762848812a87afd67ffda3998d9ef29170c
Folly: 211775e49d8da0ca658aebc8eab89d642935755c
glog: 1de0bb937dccdc981596d3b5825ebfb765017ded
React: aa2040dbb6f317b95314968021bd2888816e03d5
DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd
Folly: c89ac2d5c6ab169cd7397ef27485c44f35f742c7
glog: e8acf0ebbf99759d3ff18c86c292a5898282dcde
React: 1fe0eb13d90b625d94c3b117c274dcfd2e760e11
react-native-maps: 066c2afcc89e18726377bcc685315f989ca22449
yoga: a23273df0088bf7f2bb7e5d7b00044ea57a2a54a
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85

PODFILE CHECKSUM: a820fd1dbae2729bbf89b107411a41e83d79792a

Expand Down
Loading

0 comments on commit e2448be

Please sign in to comment.