Skip to content

Commit b09f919

Browse files
committed
feat: don't mention the nitro docs when user creates a lib
1 parent 4874017 commit b09f919

File tree

1 file changed

+0
-10
lines changed
  • packages/create-react-native-library/src

1 file changed

+0
-10
lines changed

packages/create-react-native-library/src/inform.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,6 @@ export async function printNextSteps(
9696
)
9797
.join('\n')}
9898
99-
${
100-
config.project.nitro
101-
? kleur.blue(
102-
`Read the ${kleur.bold(
103-
'Nitro Modules'
104-
)} docs at ${kleur.underline('https://nitro.margelo.com')}
105-
`
106-
)
107-
: ''
108-
}
10999
${kleur.yellow(
110100
`See ${kleur.bold('CONTRIBUTING.md')} for more details. Good luck!`
111101
)}

0 commit comments

Comments
 (0)