Skip to content

Commit 70ff3c6

Browse files
Merge branch 'main' into android-fabric-type-all-fix
2 parents a520b80 + 1684036 commit 70ff3c6

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

packages/create-react-native-library/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.48.2](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.48.2) (2025-02-19)
7+
8+
### Bug Fixes
9+
10+
* Import `@DoNotStrip` ([#770](https://github.com/callstack/react-native-builder-bob/issues/770)) ([d3db624](https://github.com/callstack/react-native-builder-bob/commit/d3db6247ace621c2445783898e6a8fe066f5bd44)) - by @mrousavy
11+
612
## [0.48.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.48.1) (2025-02-10)
713

814
### Bug Fixes

packages/create-react-native-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-library",
3-
"version": "0.48.1",
3+
"version": "0.48.2",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

packages/create-react-native-library/templates/nitro-module/android/src/main/java/com/margelo/nitro/{%- project.package_dir %}/{%- project.name %}.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
package com.margelo.nitro.<%- project.package %>
2+
3+
import com.facebook.proguard.annotations.DoNotStrip
24

35
@DoNotStrip
46
class <%- project.name %> : Hybrid<%- project.name %>Spec() {

0 commit comments

Comments
 (0)