Skip to content

Commit

Permalink
chore(docs): hide expo snack for now (#4732)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign authored Nov 15, 2023
1 parent 2ab62de commit c71096c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ module.exports = withNextPluginPreval({
const defaultRemarkPlugins = [
// This needs to come first to import the code before other plugins
require('remark-code-import'),
require('./src/plugins/remark-snackplayer'),
// Disabling snack until we fix it
// require('./src/plugins/remark-snackplayer'),
require('remark-gfm'),
require('remark-mdx-images'),
[
Expand Down
9 changes: 5 additions & 4 deletions docs/src/components/home/sections/AuthenticationSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,11 @@ export const AuthenticationSection = ({ platform }) => {
</Flex>

{platform === 'react-native' ? (
<ExpoSnackWithExports
name="Authenticator"
code={authenticatorCode[platform]}
/>
// <ExpoSnackWithExports
// name="Authenticator"
// code={authenticatorCode[platform]}
// />
<></>
) : (
<Flex
direction={{
Expand Down

0 comments on commit c71096c

Please sign in to comment.