-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RNMobile] Renamed UnsupportedFooterControl to FooterMessageControl (#…
- Loading branch information
1 parent
1179200
commit c6ded94
Showing
5 changed files
with
17 additions
and
36 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
packages/components/src/footer-message-control/index.native.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/** | ||
* Internal dependencies | ||
*/ | ||
import FooterMessageCell from '../mobile/bottom-sheet/footer-message-cell'; | ||
|
||
function FooterMessageControl( { ...props } ) { | ||
return <FooterMessageCell { ...props } />; | ||
} | ||
|
||
export default FooterMessageControl; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
packages/components/src/unsupported-footer-control/index.native.js
This file was deleted.
Oops, something went wrong.