diff --git a/website/src/data/showcase/reactnativeboilerplate.png b/website/src/data/showcase/reactnativeboilerplate.png new file mode 100644 index 0000000000..17f5db6cfd Binary files /dev/null and b/website/src/data/showcase/reactnativeboilerplate.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index 58219130b7..055719399e 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -559,6 +559,14 @@ const users = [ source: 'https://github.com/facebook/react-native-website', tags: ['facebook', 'large', 'highlight', 'design', 'versioning'], }, + { + title: 'React Native Boilerplate', + description: 'A React Native project template for building solid applications through separation of concerns between the UI, state management and business logic.', + preview: require('./showcase/reactnativeboilerplate.png'), + website: 'https://thecodingmachine.github.io/react-native-boilerplate/', + source: 'https://github.com/thecodingmachine/react-native-boilerplate', + tags: [], + }, { title: 'React Native Elements', description: 'Cross Platform React Native UI Toolkit',