expo / expo/examples

file not found #include <boost/preprocessor/control/expr_iif.hpp>

Open
#447 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3.7k
Forks
1.1k
Avg merge
11h 15m
Merged PRs (30d)
1

Description

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. npx create-expo-app -e with-tv
2. export EXPO_TV=1
3. npx expo prebuild
4. yarn ios
5. yarn android

yarn ios works fine, but yarn android throws the following error:
```
In file included from /Users/justinkek/.gradle/caches/transforms-3/03658dcb6075d6cbc41f64dd0325babd/transformed/jetified-react-android-0.73.1-2-debug/prefab/modules/folly_runtime/include/folly/container/View.h:20:
/Users/justinkek/.gradle/caches/transforms-3/03658dcb6075d6cbc41f64dd0325babd/transformed/jetified-react-android-0.73.1-2-debug/prefab/modules/folly_runtime/include/folly/functional/Invoke.h:22:10: fatal error: 'boost/preprocessor/control/expr_iif.hpp' file not found
#include
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.

C++ build system [build] failed while executing:
/Users/justinkek/Library/Android/sdk/cmake/3.22.1/bin/ninja \
-C \
/Users/justinkek/Desktop/Repositories/theodo/rntv/rntv-app/node_modules/expo-modules-core/android/.cxx/Debug/o3h96h64/arm64-v8a \
expo-modules-core
from /Users/justinkek/Desktop/Repositories/theodo/rntv/rntv-app/node_modules/expo-modules-core/android
```

What platform(s) does this occur on?
Android

Environment
environment info:
System:
OS: macOS Sonoma 14.1.1
Binaries:
Node: v18.19.0
npm: 10.2.3
Packages:
"@react-native-tvos/config-tv": "~0.0.4",
"expo": "^50.0.0-preview.4",
"expo-splash-screen": "~0.26.0",
"expo-status-bar": "~1.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "npm:react-native-tvos@~0.73.1-0"

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.