diff --git a/RNTester/js/ViewExample.js b/RNTester/js/ViewExample.js
index b4c4a6c2a65818..dfa5f2bf038561 100644
--- a/RNTester/js/ViewExample.js
+++ b/RNTester/js/ViewExample.js
@@ -235,5 +235,19 @@ exports.examples = [
render: function() {
return ;
},
+ }, {
+ title: 'BackfaceVisibility',
+ render: function() {
+ return (
+
+
+ Front
+
+
+ Back
+
+
+ );
+ },
},
];