react-native-navigation的迁移库

class.hbs 152B

123456789101112131415
  1. # {{name}}
  2. {{#if properties}}
  3. {{#each properties}}
  4. {{> property}}
  5. {{/each}}
  6. {{/if}}
  7. {{#if methods}}
  8. {{#each methods}}
  9. {{> method}}
  10. {{/each}}
  11. {{/if}}