[New Feature] Add web folder to support web documentation
This commit is contained in:
16
docs/plugins/remark-snackplayer/tests/markdown/test1.md
Normal file
16
docs/plugins/remark-snackplayer/tests/markdown/test1.md
Normal file
@@ -0,0 +1,16 @@
|
||||
```SnackPlayer name=Hello%20World
|
||||
import React from 'react';
|
||||
import { Text, View } from 'react-native';
|
||||
|
||||
const YourApp = () => {
|
||||
return (
|
||||
<View style={{ flex: 1, justifyContent: "center", alignItems: "center" }}>
|
||||
<Text>
|
||||
Try editing me! 🎉
|
||||
</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
export default YourApp;
|
||||
```
|
||||
Reference in New Issue
Block a user