mirror of
https://github.com/zoriya/react-native-web.git
synced 2025-12-20 13:35:28 +00:00
Move 'website' to 'packages/website'
Keep all workspaces in the 'packages' directory.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @flow
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
import { Text } from 'react-native';
|
||||
|
||||
const TextOnLayoutExample = () => <Text />;
|
||||
|
||||
export default TextOnLayoutExample;
|
||||
Reference in New Issue
Block a user