Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
feat(react-native): Bump React Native version to 0.63 (#362 by @nirre7)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nirre7 committed Aug 11, 2020
1 parent c0b93a9 commit 4988e16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions boilerplate/test/__snapshots__/storyshots.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ exports[`Storyshots Button Style Presets 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -221,7 +220,6 @@ exports[`Storyshots Button Style Presets 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -337,7 +335,6 @@ exports[`Storyshots Button Style Presets 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -483,7 +480,6 @@ exports[`Storyshots Checkbox Behaviour 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -611,7 +607,6 @@ exports[`Storyshots Checkbox Behaviour 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -749,7 +744,6 @@ exports[`Storyshots Checkbox Behaviour 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -908,7 +902,6 @@ exports[`Storyshots Checkbox Styling 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -1038,7 +1031,6 @@ exports[`Storyshots Checkbox Styling 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -1171,7 +1163,6 @@ exports[`Storyshots Checkbox Styling 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -1301,7 +1292,6 @@ exports[`Storyshots Checkbox Styling 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -1431,7 +1421,6 @@ exports[`Storyshots Checkbox Styling 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -2890,7 +2879,6 @@ exports[`Storyshots Header Behavior 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down Expand Up @@ -3085,7 +3073,6 @@ exports[`Storyshots Header Behavior 1`] = `
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/react-native-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { pathOr, is } from "ramda"
import { GluegunRunContext } from "gluegun"

// the default React Native version for this boilerplate
export const REACT_NATIVE_VERSION = "0.61.5"
export const REACT_NATIVE_VERSION = "0.63.2"

// where the version lives under gluegun
const pathToVersion = ["parameters", "options", "react-native-version"]
Expand Down

0 comments on commit 4988e16

Please sign in to comment.