Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>mrnmoduleNew to Visual Studio Code? Get it now.
mrnmodule

mrnmodule

Ziyuan Zhao

|
29 installs
| (0) | Free
mrnmodule
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MRNModule VSCode extensions

import

ipm

import {  } from '@mrn/react-native'

ipmm

import { } from '@mrn/mrn-module`

ipmrn

import {  } from '@mrn/mreact-navigation'

iprn

import {  } from '@mrn/react-navigation`

ipmtd

import {  } from '@ss/mtd-react-native'

初始化代码片段

初始化 MRNModulesVCPage

mmvp

import React from 'react'
import { MRNModulesVCPage } from '@mrn/mrn-module'
interface Props {}
interface State {}

export class FooPage extends React.PureComponent<Props, State> {
  constructor(props: Props) {
    super(props)
    this.state = {}
  }

  render() {
    return (
      <MRNModulesVCPage
        moduleKeys={[
          [
            {
              moduleKey: '',
              module: ,
              props: {
                
              }
            },
          ]
        ]}
      />
    )
  }
}

初始化 MRNModule

mmm

初始化 MRNModuleNormalCell

mmnc

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft