Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ec171db
Added support for native toolbar component
marecar3 Oct 25, 2018
2b21b1a
Merge branch 'master' into feature/native-toolbar-component
marecar3 Oct 26, 2018
ecf5da5
Expose BlockEdit to native
marecar3 Oct 31, 2018
8b4d948
Merge branch 'master' into rnmobile/native-toolbar-component
marecar3 Oct 31, 2018
8bf0d06
Merge branch 'master' into rnmobile/native-toolbar-component
marecar3 Nov 1, 2018
07646aa
Merge branch 'master' into rnmobile/native-toolbar-component
marecar3 Nov 1, 2018
1449764
Merge branch 'master' into rnmobile/native-toolbar-component
marecar3 Nov 1, 2018
237c9c7
Removed isSelected
marecar3 Nov 1, 2018
bf4fa94
Removed style from paragraph
marecar3 Nov 1, 2018
e52c994
Merge branch 'master' into rnmobile/native-toolbar-component
marecar3 Nov 1, 2018
7f49f78
Merge branch 'master' into rnmobile/native-toolbar-component
marecar3 Nov 1, 2018
5c26071
Fixed lint tests
marecar3 Nov 1, 2018
4f40a6d
Merge branch 'master' into rnmobile/native-toolbar-component
marecar3 Nov 1, 2018
0d3709b
Fixed lint
marecar3 Nov 1, 2018
90b13b7
Merge branch 'master' into rnmobile/native-toolbar-component
marecar3 Nov 5, 2018
cf5e3b4
Merge branch 'master' into rnmobile/native-toolbar-component
marecar3 Nov 6, 2018
211e3d2
Fix for iOS font crash
marecar3 Nov 6, 2018
ed31f31
Merge style with block code style
marecar3 Nov 6, 2018
4ab2b39
Merge branch 'master' into rnmobile/native-toolbar-component
marecar3 Nov 6, 2018
1a98cc8
Revert style
marecar3 Nov 6, 2018
5c9a7b5
Create edit.native.js file to bypass passing className from original one
marecar3 Nov 6, 2018
361166e
Fixed failing tests
marecar3 Nov 6, 2018
d9acc59
Disable styelint rule font-family-no-missing-generic-family-keyword f…
marecar3 Nov 6, 2018
2718990
Fixed tests
marecar3 Nov 6, 2018
5e9a9e5
Merge branch 'rnmobile/native-toolbar-component' of https://github.co…
marecar3 Nov 6, 2018
b8a9823
Merge
marecar3 Nov 7, 2018
4712418
Fix style little bit
marecar3 Nov 7, 2018
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
1 change: 1 addition & 0 deletions packages/block-library/src/code/theme.ios.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* stylelint-disable font-family-no-missing-generic-family-keyword */
.blockCode {
font-family: courier;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/paragraph/style.native.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.blockText {
min-height: 50;
}
}