Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verification code button style update #159

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions login-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v4.2.0 (unreleased)

### Changed

- Changed the verification code styles for the self registration workflow ([#157](https://github.com/brightlayer-ui/react-native-workflows/issues/157)).

## v4.1.0 (April 28, 2022)

### Fixes
Expand Down
12 changes: 6 additions & 6 deletions login-workflow/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ PODS:
- React-Core
- RNReanimated (1.13.3):
- React-Core
- RNScreens (3.9.0):
- RNScreens (3.11.1):
- React-Core
- React-RCTImage
- RNSVG (12.1.1):
Expand Down Expand Up @@ -421,11 +421,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
DoubleConversion: a28897a626e417fac264bb26dd72ad0e9af5bfa8
FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5
FBReactNativeSpec: ca69556b2147503eadb94ee25ccbcb9c631ad761
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
FBReactNativeSpec: 8c528dd540f26ca10fc72891ba540e287527e85b
glog: 19d4e11abe55266cf98e1e24f94a850a44fdec35
RCT-Folly: fa983ee666a7087ebbb1489b453d69cac3581786
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b
React: 98eac01574128a790f0bbbafe2d1a8607291ac24
Expand Down Expand Up @@ -456,7 +456,7 @@ SPEC CHECKSUMS:
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 514a11da3a2bcc6c3dfd9de32b38e2b9bf101926
RNScreens: 4d79118be80f79fa1f4aa131909a1d6e86280af3
RNScreens: 4d83613b50b74ed277026375dc0810893b0c347f
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
RNVectorIcons: 31cebfcf94e8cf8686eb5303ae0357da64d7a5a4
Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf
Expand Down
2 changes: 1 addition & 1 deletion login-workflow/example/jestSetupFile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mockAsyncStorage from '@react-native-async-storage/async-storage/jest/async-storage-mock';
jest.useFakeTimers();
jest.mock('react-native/Libraries/Animated/src/NativeAnimatedHelper');
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('@react-native-async-storage/async-storage', () => mockAsyncStorage);
jest.mock('react-native-reanimated', () => require('react-native-reanimated/mock'));
6 changes: 3 additions & 3 deletions login-workflow/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"react-native-gesture-handler": "^1.10.3",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-modal": "^11.7.0",
"react-native-pager-view": "^5.0.0",
"react-native-pager-view": "5.4.9",
"react-native-paper": "^4.7.2",
"react-native-reanimated": "^1.0.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.0.0",
"react-native-screens": "3.11.1",
"react-native-svg": "^12.1.0",
"react-native-svg-transformer": "^0.14.3",
"react-native-vector-icons": "^8.1.0",
Expand All @@ -49,7 +49,7 @@
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@brightlayer-ui/eslint-config": "^2.0.5",
"@brightlayer-ui/eslint-config": "^3.0.1",
"@brightlayer-ui/prettier-config": "^1.0.3",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.20",
Expand Down
Loading